#57451E

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

Shades of Bronze Olive #57451E

Tints of Bronze Olive #57451E

Color information

#57451E (or 0x57451E) is unknown color: approx Bronze Olive. HEX triplet: 57, 45 and 1E. RGB value is (87,69,30). Sum of RGB (Red+Green+Blue) = 87+69+30=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57451E is #A8BAE1. Grayscale: #464646. Windows color (decimal): -11057890 or 1983831. OLE color: 1983831.

HSL color Cylindrical-coordinate representation of color #57451E: hue angle of 41.05º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57451E is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB876930-
CMYK00.210.660.66
HSL41.05º48.72%22.94%-
HSV(B)41.05º65.52%34.12%-
XYZ6.296.382.13-
YUV69.94105.46140.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=46.77%
G=37.10%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87693000.210.660.6641.0548.7222.94
Hex57451E0154242293117
Octal12710536025102102516127
Binary10101111000101111100101011000010100001010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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