#57440C

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

Shades of Bronze Olive #57440C

Tints of Bronze Olive #57440C

Color information

#57440C (or 0x57440C) is unknown color: approx Bronze Olive. HEX triplet: 57, 44 and 0C. RGB value is (87,68,12). Sum of RGB (Red+Green+Blue) = 87+68+12=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57440C is #A8BBF3. Grayscale: #434343. Windows color (decimal): -11058164 or 803927. OLE color: 803927.

HSL color Cylindrical-coordinate representation of color #57440C: hue angle of 44.8º 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 #57440C is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB876812-
CMYK00.220.860.66
HSL44.8º75.76%19.41%-
HSV(B)44.8º86.21%34.12%-
XYZ6.066.191.22-
YUV67.396.79142.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=52.10%
G=40.72%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87681200.220.860.6644.875.7619.41
Hex5744C01656422d4c13
Octal127104140261261025511423
Binary10101111000100110001011010101101000010101101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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