#555329

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

Shades of Camouflage #555329

Tints of Camouflage #555329

Color information

#555329 (or 0x555329) is unknown color: approx Camouflage. HEX triplet: 55, 53 and 29. RGB value is (85,83,41). Sum of RGB (Red+Green+Blue) = 85+83+41=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #555329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555329 is #AAACD6. Grayscale: #4E4E4E. Windows color (decimal): -11185367 or 2708309. OLE color: 2708309.

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

Color convert

RGB858341-
CMYK00.020.520.67
HSL57.27º34.92%24.71%-
HSV(B)57.27º51.76%33.33%-
XYZ7.248.283.31-
YUV78.81106.66132.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=40.67%
G=39.71%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85834100.020.520.6757.2734.9224.71
Hex555329023443392319
Octal125123510264103714331
Binary10101011010011101001010110100100001111100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555329; }

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

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

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

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

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

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

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

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