#555011

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

Shades of Bronze Olive #555011

Tints of Bronze Olive #555011

Color information

#555011 (or 0x555011) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 11. RGB value is (85,80,17). Sum of RGB (Red+Green+Blue) = 85+80+17=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #555011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555011 is #AAAFEE. Grayscale: #4A4A4A. Windows color (decimal): -11186159 or 1134677. OLE color: 1134677.

HSL color Cylindrical-coordinate representation of color #555011: hue angle of 55.59º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #555011 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB858017-
CMYK00.060.800.67
HSL55.59º66.67%20%-
HSV(B)55.59º80%33.33%-
XYZ6.727.711.66-
YUV74.3195.66135.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=46.70%
G=43.96%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85801700.060.800.6755.5966.6720
Hex555011065043384314
Octal12512021061201037010324
Binary1010101101000010001011010100001000011111000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555011; }

 p { color: rgb(85,80,17); }

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

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

 a { background-color: rgb(85,80,17); }

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

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

 span { border-color: rgb(85,80,17); }

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