#555013

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

Shades of Bronze Olive #555013

Tints of Bronze Olive #555013

Color information

#555013 (or 0x555013) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 13. RGB value is (85,80,19). Sum of RGB (Red+Green+Blue) = 85+80+19=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #555013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555013 is #AAAFEC. Grayscale: #4A4A4A. Windows color (decimal): -11186157 or 1265749. OLE color: 1265749.

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

Color convert

RGB858019-
CMYK00.060.780.67
HSL55.45º63.46%20.39%-
HSV(B)55.45º77.65%33.33%-
XYZ6.737.721.75-
YUV74.5496.66135.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=46.20%
G=43.48%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85801900.060.780.6755.4563.4620.39
Hex555013064E43373f14
Octal1251202306116103677724
Binary101010110100001001101101001110100001111011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555013; }

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

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

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

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

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

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

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

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