#57460E

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

Shades of Bronze Olive #57460E

Tints of Bronze Olive #57460E

Color information

#57460E (or 0x57460E) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 0E. RGB value is (87,70,14). Sum of RGB (Red+Green+Blue) = 87+70+14=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57460E is #A8B9F1. Grayscale: #444444. Windows color (decimal): -11057650 or 935511. OLE color: 935511.

HSL color Cylindrical-coordinate representation of color #57460E: hue angle of 46.03º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57460E is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB877014-
CMYK00.200.840.66
HSL46.03º72.28%19.8%-
HSV(B)46.03º83.91%34.12%-
XYZ6.26.441.33-
YUV68.797.13141.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 70 (27.73% from 255) = 40.94%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=50.88%
G=40.94%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87701400.200.840.6646.0372.2819.8
Hex5746E01454422e4814
Octal127106160241241025611024
Binary10101111000110111001010010101001000010101110100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57460E; }

 p { color: rgb(87,70,14); }

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

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

 a { background-color: rgb(87,70,14); }

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

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

 span { border-color: rgb(87,70,14); }

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