#57410C

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

Shades of Bronze Olive #57410C

Tints of Bronze Olive #57410C

Color information

#57410C (or 0x57410C) is unknown color: approx Bronze Olive. HEX triplet: 57, 41 and 0C. RGB value is (87,65,12). Sum of RGB (Red+Green+Blue) = 87+65+12=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57410C is #A8BEF3. Grayscale: #414141. Windows color (decimal): -11058932 or 803159. OLE color: 803159.

HSL color Cylindrical-coordinate representation of color #57410C: hue angle of 42.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57410C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB876512-
CMYK00.250.860.66
HSL42.4º75.76%19.41%-
HSV(B)42.4º86.21%34.12%-
XYZ5.895.831.16-
YUV65.5497.79143.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 12 (5.08% from 255) = 7.32%
R=53.05%
G=39.63%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87651200.250.860.6642.475.7619.41
Hex5741C01956422a4c13
Octal127101140311261025211423
Binary10101111000001110001100110101101000010101010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57410C; }

 p { color: rgb(87,65,12); }

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

<style>
 a { background-color: #57410C; }

 a { background-color: rgb(87,65,12); }

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

<style>
 span { border-color: #57410C; }

 span { border-color: rgb(87,65,12); }

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