Html Css Color HEX #57471E Bronze Olive

📋 copy color: '#57471E'

red 87 ◦ green 71 ◦ blue 30

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

Shades of Bronze Olive #57471E

Tints of Bronze Olive #57471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 46.28%
G = 37.77%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57471E (or 0x57471E) is known color: Bronze Olive. HEX triplet: 57, 47 and 1E. RGB value is (87,71,30). Sum of RGB (Red+Green+Blue) = 87+71+30=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #57471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57471E is #A8B8E1. Grayscale: #474747. Windows color (decimal): -11057378 or 1984343. OLE color: 1984343.

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

Color convert

RGB 87 71 30 -
CMYK 0 0.18 0.66 0.66
HSL 43.16º 0.49% 0.23% -
HSV(B) 43.16º 0.66% 0.34% -
XYZ 6.42 6.63 2.17 -
YUV 71.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 87 71 30 0 0.18 0.66 0.66 43.16 0.49 0.23
Hex 57 47 1E 0 12 42 42 2B 31 17
Octal 127 107 36 0 22 102 102 53 61 27
Binary 1010111 1000111 11110 0 10010 1000010 1000010 101011 110001 10111

Color Harmonies of #57471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57471E

Black with #57471E

Text Example


Text Example

White with #57471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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