#57510D

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

Shades of Bronze Olive #57510D

Tints of Bronze Olive #57510D

Color information

#57510D (or 0x57510D) is unknown color: approx Bronze Olive. HEX triplet: 57, 51 and 0D. RGB value is (87,81,13). Sum of RGB (Red+Green+Blue) = 87+81+13=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57510D is #A8AEF2. Grayscale: #4B4B4B. Windows color (decimal): -11054835 or 872791. OLE color: 872791.

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

Color convert

RGB878113-
CMYK00.070.850.66
HSL55.14º74%19.61%-
HSV(B)55.14º85.06%34.12%-
XYZ6.957.941.55-
YUV75.0492.99136.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=48.07%
G=44.75%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87811300.070.850.6655.147419.61
Hex5751D075542374a14
Octal12712115071251026711224
Binary101011110100011101011110101011000010110111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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