#55542B

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

Shades of Camouflage #55542B

Tints of Camouflage #55542B

Color information

#55542B (or 0x55542B) is unknown color: approx Camouflage. HEX triplet: 55, 54 and 2B. RGB value is (85,84,43). Sum of RGB (Red+Green+Blue) = 85+84+43=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55542B is #AAABD4. Grayscale: #4F4F4F. Windows color (decimal): -11185109 or 2839637. OLE color: 2839637.

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

Color convert

RGB858443-
CMYK00.010.490.67
HSL58.57º32.81%25.1%-
HSV(B)58.57º49.41%33.33%-
XYZ7.358.453.53-
YUV79.62107.33131.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=40.09%
G=39.62%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85844300.010.490.6758.5732.8125.1
Hex55542B0131433b2119
Octal125124530161103734131
Binary1010101101010010101101110001100001111101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55542B; }

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

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

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

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

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

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

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

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