Html Css Color HEX #57460C Bronze Olive

📋 copy color: '#57460C'

red 87 ◦ green 70 ◦ blue 12

#57460C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #57460C

Tints of Bronze Olive #57460C

RGB

 RED value IS 87 (34.38% from 255) = 51.48%

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 12 (5.08% from 255) = 7.1%

R = 51.48%
G = 41.42%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57460C (or 0x57460C) is known color: Bronze Olive. HEX triplet: 57, 46 and 0C. RGB value is (87,70,12). Sum of RGB (Red+Green+Blue) = 87+70+12=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #57460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57460C is #A8B9F3. Grayscale: #444444. Windows color (decimal): -11057652 or 804439. OLE color: 804439.

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

Color convert

RGB 87 70 12 -
CMYK 0 0.20 0.86 0.66
HSL 46.4º 0.76% 0.19% -
HSV(B) 46.4º 0.86% 0.34% -
XYZ 6.19 6.43 1.26 -
YUV 68.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 87 70 12 0 0.20 0.86 0.66 46.4 0.76 0.19
Hex 57 46 C 0 14 56 42 2E 4C 13
Octal 127 106 14 0 24 126 102 56 114 23
Binary 1010111 1000110 1100 0 10100 1010110 1000010 101110 1001100 10011

Color Harmonies of #57460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57460C

Black with #57460C

Text Example


Text Example

White with #57460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57460C;
 }
 .AnyTagClassName
 {
   color: #57460C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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