#555016

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

Shades of Bronze Olive #555016

Tints of Bronze Olive #555016

Color information

#555016 (or 0x555016) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 16. RGB value is (85,80,22). Sum of RGB (Red+Green+Blue) = 85+80+22=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #555016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555016 is #AAAFE9. Grayscale: #4B4B4B. Windows color (decimal): -11186154 or 1462357. OLE color: 1462357.

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

Color convert

RGB858022-
CMYK00.060.740.67
HSL55.24º58.88%20.98%-
HSV(B)55.24º74.12%33.33%-
XYZ6.767.731.89-
YUV74.8898.16135.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=45.45%
G=42.78%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85802200.060.740.6755.2458.8820.98
Hex555016064A43373b15
Octal1251202606112103677325
Binary101010110100001011001101001010100001111011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555016; }

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

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

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

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

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

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

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

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