#555115

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

Shades of Bronze Olive #555115

Tints of Bronze Olive #555115

Color information

#555115 (or 0x555115) is unknown color: approx Bronze Olive. HEX triplet: 55, 51 and 15. RGB value is (85,81,21). Sum of RGB (Red+Green+Blue) = 85+81+21=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #555115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555115 is #AAAEEA. Grayscale: #4B4B4B. Windows color (decimal): -11185899 or 1397077. OLE color: 1397077.

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

Color convert

RGB858121-
CMYK00.050.750.67
HSL56.25º60.38%20.78%-
HSV(B)56.25º75.29%33.33%-
XYZ6.827.871.87-
YUV75.3697.33134.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 21 (8.59% from 255) = 11.23%
R=45.45%
G=43.32%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85812100.050.750.6756.2560.3820.78
Hex555115054B43383c15
Octal1251212505113103707425
Binary101010110100011010101011001011100001111100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555115; }

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

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

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

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

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

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

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

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