#504E37

Color #504E37 Camouflage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage #504E37

Tints of Camouflage #504E37

Color information

#504E37 (or 0x504E37) is unknown color: approx Camouflage. HEX triplet: 50, 4E and 37. RGB value is (80,78,55). Sum of RGB (Red+Green+Blue) = 80+78+55=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #504E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E37 is #AFB1C8. Grayscale: #4C4C4C. Windows color (decimal): -11514313 or 3624528. OLE color: 3624528.

HSL color Cylindrical-coordinate representation of color #504E37: hue angle of 55.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #504E37 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB807855-
CMYK00.020.310.69
HSL55.2º18.52%26.47%-
HSV(B)55.2º31.25%31.37%-
XYZ6.727.434.69-
YUV75.98116.16130.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 55 (21.88% from 255) = 25.82%
R=37.56%
G=36.62%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80785500.020.310.6955.218.5226.47
Hex504E37021F4537131a
Octal120116670237105672332
Binary101000010011101101110101111110001011101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504E37; }

 p { color: rgb(80,78,55); }

 H1.HeaderClassName
 {
   color: #504E37;
 }
 .AnyTagClassName
 {
   color: #504E37;
 }
</style>
background-color css

<style>
 a { background-color: #504E37; }

 a { background-color: rgb(80,78,55); }

 div.DivClassName
 {
   background-color: #504E37;
 }
 .BgClassName
 {
   background-color: #504E37;
 }
</style>
border-color css

<style>
 span { border-color: #504E37; }

 span { border-color: rgb(80,78,55); }

 td.TdClassName
 {
   border-color: #504E37;
 }
 .TagClassName
 {
   border-color: #504E37;
 }
</style>