#555221

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

Shades of Bronze Olive #555221

Tints of Bronze Olive #555221

Color information

#555221 (or 0x555221) is unknown color: approx Bronze Olive. HEX triplet: 55, 52 and 21. RGB value is (85,82,33). Sum of RGB (Red+Green+Blue) = 85+82+33=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #555221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555221 is #AAADDE. Grayscale: #4D4D4D. Windows color (decimal): -11185631 or 2183765. OLE color: 2183765.

HSL color Cylindrical-coordinate representation of color #555221: hue angle of 56.54º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555221 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB858233-
CMYK00.040.610.67
HSL56.54º44.07%23.14%-
HSV(B)56.54º61.18%33.33%-
XYZ7.048.082.63-
YUV77.31102.99133.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=42.5%
G=41%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85823300.040.610.6756.5444.0723.14
Hex555221043D43392c17
Octal125122410475103715427
Binary101010110100101000010100111101100001111100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555221; }

 p { color: rgb(85,82,33); }

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

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

 a { background-color: rgb(85,82,33); }

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

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

 span { border-color: rgb(85,82,33); }

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