#555320

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

Shades of Bronze Olive #555320

Tints of Bronze Olive #555320

Color information

#555320 (or 0x555320) is unknown color: approx Bronze Olive. HEX triplet: 55, 53 and 20. RGB value is (85,83,32). Sum of RGB (Red+Green+Blue) = 85+83+32=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #555320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555320 is #AAACDF. Grayscale: #4D4D4D. Windows color (decimal): -11185376 or 2118485. OLE color: 2118485.

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

Color convert

RGB858332-
CMYK00.020.620.67
HSL57.74º45.3%22.94%-
HSV(B)57.74º62.35%33.33%-
XYZ7.18.222.58-
YUV77.78102.16133.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 32 (12.89% from 255) = 16%
R=42.5%
G=41.5%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85833200.020.620.6757.7445.322.94
Hex555320023E433a2d17
Octal125123400276103725527
Binary10101011010011100000010111110100001111101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555320; }

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

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

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

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

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

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

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

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