#555015

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

Shades of Bronze Olive #555015

Tints of Bronze Olive #555015

Color information

#555015 (or 0x555015) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 15. RGB value is (85,80,21). Sum of RGB (Red+Green+Blue) = 85+80+21=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #555015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555015 is #AAAFEA. Grayscale: #4B4B4B. Windows color (decimal): -11186155 or 1396821. OLE color: 1396821.

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

Color convert

RGB858021-
CMYK00.060.750.67
HSL55.31º60.38%20.78%-
HSV(B)55.31º75.29%33.33%-
XYZ6.757.721.84-
YUV74.7797.66135.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=45.70%
G=43.01%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85802100.060.750.6755.3160.3820.78
Hex555015064B43373c15
Octal1251202506113103677425
Binary101010110100001010101101001011100001111011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555015; }

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

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

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

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

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

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

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

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