Html Css Color HEX #57520E Bronze Olive

📋 copy color: '#57520E'

red 87 ◦ green 82 ◦ blue 14

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

Shades of Bronze Olive #57520E

Tints of Bronze Olive #57520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.81%

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

R = 47.54%
G = 44.81%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57520E (or 0x57520E) is known color: Bronze Olive. HEX triplet: 57, 52 and 0E. RGB value is (87,82,14). Sum of RGB (Red+Green+Blue) = 87+82+14=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57520E is #A8ADF1. Grayscale: #4C4C4C. Windows color (decimal): -11054578 or 938583. OLE color: 938583.

HSL color Cylindrical-coordinate representation of color #57520E: hue angle of 55.89º 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 #57520E is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 14 -
CMYK 0 0.06 0.84 0.66
HSL 55.89º 0.72% 0.2% -
HSV(B) 55.89º 0.84% 0.34% -
XYZ 7.03 8.09 1.61 -
YUV 75.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 87 82 14 0 0.06 0.84 0.66 55.89 0.72 0.2
Hex 57 52 E 0 6 54 42 38 48 14
Octal 127 122 16 0 6 124 102 70 110 24
Binary 1010111 1010010 1110 0 110 1010100 1000010 111000 1001000 10100

Color Harmonies of #57520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57520E

Black with #57520E

Text Example


Text Example

White with #57520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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