Html Css Color HEX #57470E Bronze Olive

📋 copy color: '#57470E'

red 87 ◦ green 71 ◦ blue 14

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

Shades of Bronze Olive #57470E

Tints of Bronze Olive #57470E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.28%

 BLUE value IS 14 (5.86% from 255) = 8.14%

R = 50.58%
G = 41.28%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57470E (or 0x57470E) is known color: Bronze Olive. HEX triplet: 57, 47 and 0E. RGB value is (87,71,14). Sum of RGB (Red+Green+Blue) = 87+71+14=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #57470E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57470E is #A8B8F1. Grayscale: #454545. Windows color (decimal): -11057394 or 935767. OLE color: 935767.

HSL color Cylindrical-coordinate representation of color #57470E: hue angle of 46.85º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57470E is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 71 14 -
CMYK 0 0.18 0.84 0.66
HSL 46.85º 0.72% 0.2% -
HSV(B) 46.85º 0.84% 0.34% -
XYZ 6.26 6.56 1.35 -
YUV 69.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 87 71 14 0 0.18 0.84 0.66 46.85 0.72 0.2
Hex 57 47 E 0 12 54 42 2F 48 14
Octal 127 107 16 0 22 124 102 57 110 24
Binary 1010111 1000111 1110 0 10010 1010100 1000010 101111 1001000 10100

Color Harmonies of #57470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57470E

Black with #57470E

Text Example


Text Example

White with #57470E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,71,14); }

 H1.HeaderClassName
 {
   color: #57470E;
 }
 .AnyTagClassName
 {
   color: #57470E;
 }
</style>

background-color css

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

 a { background-color: rgb(87,71,14); }

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

border-color css

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

 span { border-color: rgb(87,71,14); }

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