#555336

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

Shades of Camouflage #555336

Tints of Camouflage #555336

Color information

#555336 (or 0x555336) is unknown color: approx Camouflage. HEX triplet: 55, 53 and 36. RGB value is (85,83,54). Sum of RGB (Red+Green+Blue) = 85+83+54=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #555336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555336 is #AAACC9. Grayscale: #505050. Windows color (decimal): -11185354 or 3560277. OLE color: 3560277.

HSL color Cylindrical-coordinate representation of color #555336: hue angle of 56.13º 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 #555336 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB858354-
CMYK00.020.360.67
HSL56.13º22.3%27.25%-
HSV(B)56.13º36.47%33.33%-
XYZ7.518.384.71-
YUV80.29113.16131.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=38.29%
G=37.39%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85835400.020.360.6756.1322.327.25
Hex55533602244338161b
Octal125123660244103702633
Binary1010101101001111011001010010010000111110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555336; }

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

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

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

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

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

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

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

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