#504E36

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

Shades of Camouflage #504E36

Tints of Camouflage #504E36

Color information

#504E36 (or 0x504E36) is unknown color: approx Camouflage. HEX triplet: 50, 4E and 36. RGB value is (80,78,54). Sum of RGB (Red+Green+Blue) = 80+78+54=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #504E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E36 is #AFB1C9. Grayscale: #4B4B4B. Windows color (decimal): -11514314 or 3558992. OLE color: 3558992.

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

Color convert

RGB807854-
CMYK00.020.330.69
HSL55.38º19.4%26.27%-
HSV(B)55.38º32.5%31.37%-
XYZ6.77.424.57-
YUV75.86115.66130.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=37.74%
G=36.79%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80785400.020.330.6955.3819.426.27
Hex504E3602214537131a
Octal120116660241105672332
Binary1010000100111011011001010000110001011101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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