#555436

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

Shades of Camouflage #555436

Tints of Camouflage #555436

Color information

#555436 (or 0x555436) is unknown color: approx Camouflage. HEX triplet: 55, 54 and 36. RGB value is (85,84,54). Sum of RGB (Red+Green+Blue) = 85+84+54=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #555436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555436 is #AAABC9. Grayscale: #515151. Windows color (decimal): -11185098 or 3560533. OLE color: 3560533.

HSL color Cylindrical-coordinate representation of color #555436: hue angle of 58.06º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555436 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB858454-
CMYK00.010.360.67
HSL58.06º22.3%27.25%-
HSV(B)58.06º36.47%33.33%-
XYZ7.588.544.74-
YUV80.88112.83130.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=38.12%
G=37.67%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85845400.010.360.6758.0622.327.25
Hex5554360124433a161b
Octal125124660144103722633
Binary101010110101001101100110010010000111110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555436; }

 p { color: rgb(85,84,54); }

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

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

 a { background-color: rgb(85,84,54); }

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

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

 span { border-color: rgb(85,84,54); }

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