#575015

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

Shades of Bronze Olive #575015

Tints of Bronze Olive #575015

Color information

#575015 (or 0x575015) is unknown color: approx Bronze Olive. HEX triplet: 57, 50 and 15. RGB value is (87,80,21). Sum of RGB (Red+Green+Blue) = 87+80+21=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #575015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575015 is #A8AFEA. Grayscale: #4B4B4B. Windows color (decimal): -11055083 or 1396823. OLE color: 1396823.

HSL color Cylindrical-coordinate representation of color #575015: hue angle of 53.64º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #575015 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB878021-
CMYK00.080.760.66
HSL53.64º61.11%21.18%-
HSV(B)53.64º75.86%34.12%-
XYZ6.937.821.85-
YUV75.3797.32136.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 21 (8.59% from 255) = 11.17%
R=46.28%
G=42.55%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87802100.080.760.6653.6461.1121.18
Hex575015084C42363d15
Octal12712025010114102667525
Binary1010111101000010101010001001100100001011011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575015; }

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

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

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

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

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

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

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

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