#57450A

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

Shades of Bronze Olive #57450A

Tints of Bronze Olive #57450A

Color information

#57450A (or 0x57450A) is unknown color: approx Bronze Olive. HEX triplet: 57, 45 and 0A. RGB value is (87,69,10). Sum of RGB (Red+Green+Blue) = 87+69+10=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57450A is #A8BAF5. Grayscale: #434343. Windows color (decimal): -11057910 or 673111. OLE color: 673111.

HSL color Cylindrical-coordinate representation of color #57450A: hue angle of 45.97º 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 #57450A is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB876910-
CMYK00.210.890.66
HSL45.97º79.38%19.02%-
HSV(B)45.97º88.51%34.12%-
XYZ6.116.31.18-
YUV67.6695.46141.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=52.41%
G=41.57%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87691000.210.890.6645.9779.3819.02
Hex5745A01559422e4f13
Octal127105120251311025611723
Binary10101111000101101001010110110011000010101110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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