#555010

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

Shades of Bronze Olive #555010

Tints of Bronze Olive #555010

Color information

#555010 (or 0x555010) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 10. RGB value is (85,80,16). Sum of RGB (Red+Green+Blue) = 85+80+16=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #555010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555010 is #AAAFEF. Grayscale: #4A4A4A. Windows color (decimal): -11186160 or 1069141. OLE color: 1069141.

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

Color convert

RGB858016-
CMYK00.060.810.67
HSL55.65º68.32%19.8%-
HSV(B)55.65º81.18%33.33%-
XYZ6.717.711.62-
YUV74.295.16135.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=46.96%
G=44.20%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85801600.060.810.6755.6568.3219.8
Hex555010065143384414
Octal12512020061211037010424
Binary1010101101000010000011010100011000011111000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555010; }

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

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

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

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

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

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

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

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