#57490E

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

Shades of Bronze Olive #57490E

Tints of Bronze Olive #57490E

Color information

#57490E (or 0x57490E) is unknown color: approx Bronze Olive. HEX triplet: 57, 49 and 0E. RGB value is (87,73,14). Sum of RGB (Red+Green+Blue) = 87+73+14=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #57490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57490E is #A8B6F1. Grayscale: #464646. Windows color (decimal): -11056882 or 936279. OLE color: 936279.

HSL color Cylindrical-coordinate representation of color #57490E: hue angle of 48.49º 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 #57490E is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB877314-
CMYK00.160.840.66
HSL48.49º72.28%19.8%-
HSV(B)48.49º83.91%34.12%-
XYZ6.396.821.4-
YUV70.4696.14139.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=50%
G=41.95%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87731400.160.840.6648.4972.2819.8
Hex5749E0105442304814
Octal127111160201241026011024
Binary10101111001001111001000010101001000010110000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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