#555116

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

Shades of Bronze Olive #555116

Tints of Bronze Olive #555116

Color information

#555116 (or 0x555116) is unknown color: approx Bronze Olive. HEX triplet: 55, 51 and 16. RGB value is (85,81,22). Sum of RGB (Red+Green+Blue) = 85+81+22=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #555116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555116 is #AAAEE9. Grayscale: #4B4B4B. Windows color (decimal): -11185898 or 1462613. OLE color: 1462613.

HSL color Cylindrical-coordinate representation of color #555116: hue angle of 56.19º 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 #555116 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB858122-
CMYK00.050.740.67
HSL56.19º58.88%20.98%-
HSV(B)56.19º74.12%33.33%-
XYZ6.837.871.92-
YUV75.4797.83134.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=45.21%
G=43.09%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85812200.050.740.6756.1958.8820.98
Hex555116054A43383b15
Octal1251212605112103707325
Binary101010110100011011001011001010100001111100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555116; }

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

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

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

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

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

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

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

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