#57480C

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

Shades of Bronze Olive #57480C

Tints of Bronze Olive #57480C

Color information

#57480C (or 0x57480C) is unknown color: approx Bronze Olive. HEX triplet: 57, 48 and 0C. RGB value is (87,72,12). Sum of RGB (Red+Green+Blue) = 87+72+12=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57480C is #A8B7F3. Grayscale: #454545. Windows color (decimal): -11057140 or 804951. OLE color: 804951.

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

Color convert

RGB877212-
CMYK00.170.860.66
HSL48º75.76%19.41%-
HSV(B)48º86.21%34.12%-
XYZ6.316.691.31-
YUV69.6495.47140.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 72 (28.52% from 255) = 42.11%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=50.88%
G=42.11%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87721200.170.860.664875.7619.41
Hex5748C0115642304c13
Octal127110140211261026011423
Binary10101111001000110001000110101101000010110000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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