#57510F

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

Shades of Bronze Olive #57510F

Tints of Bronze Olive #57510F

Color information

#57510F (or 0x57510F) is unknown color: approx Bronze Olive. HEX triplet: 57, 51 and 0F. RGB value is (87,81,15). Sum of RGB (Red+Green+Blue) = 87+81+15=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57510F is #A8AEF0. Grayscale: #4B4B4B. Windows color (decimal): -11054833 or 1003863. OLE color: 1003863.

HSL color Cylindrical-coordinate representation of color #57510F: hue angle of 55º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57510F is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB878115-
CMYK00.070.830.66
HSL55º70.59%20%-
HSV(B)55º82.76%34.12%-
XYZ6.967.951.62-
YUV75.2793.99136.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=47.54%
G=44.26%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87811500.070.830.665570.5920
Hex5751F075342374714
Octal12712117071231026710724
Binary101011110100011111011110100111000010110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57510F; }

 p { color: rgb(87,81,15); }

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

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

 a { background-color: rgb(87,81,15); }

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

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

 span { border-color: rgb(87,81,15); }

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