#555433

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

Shades of Camouflage #555433

Tints of Camouflage #555433

Color information

#555433 (or 0x555433) is unknown color: approx Camouflage. HEX triplet: 55, 54 and 33. RGB value is (85,84,51). Sum of RGB (Red+Green+Blue) = 85+84+51=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #555433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555433 is #AAABCC. Grayscale: #505050. Windows color (decimal): -11185101 or 3363925. OLE color: 3363925.

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

Color convert

RGB858451-
CMYK00.010.400.67
HSL58.24º25%26.67%-
HSV(B)58.24º40%33.33%-
XYZ7.518.514.38-
YUV80.54111.33131.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=38.64%
G=38.18%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85845100.010.400.6758.242526.67
Hex5554330128433a191b
Octal125124630150103723133
Binary101010110101001100110110100010000111110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555433; }

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

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

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

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

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

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

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

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