#57460A

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

Shades of Bronze Olive #57460A

Tints of Bronze Olive #57460A

Color information

#57460A (or 0x57460A) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 0A. RGB value is (87,70,10). Sum of RGB (Red+Green+Blue) = 87+70+10=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57460A is #A8B9F5. Grayscale: #444444. Windows color (decimal): -11057654 or 673367. OLE color: 673367.

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

Color convert

RGB877010-
CMYK00.200.890.66
HSL46.75º79.38%19.02%-
HSV(B)46.75º88.51%34.12%-
XYZ6.186.431.2-
YUV68.2495.13141.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=52.10%
G=41.92%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87701000.200.890.6646.7579.3819.02
Hex5746A01459422f4f13
Octal127106120241311025711723
Binary10101111000110101001010010110011000010101111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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