Html Css Color HEX #575120 Bronze Olive

📋 copy color: '#575120'

red 87 ◦ green 81 ◦ blue 32

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

Shades of Bronze Olive #575120

Tints of Bronze Olive #575120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.5%

 BLUE value IS 32 (12.89% from 255) = 16%

R = 43.5%
G = 40.5%
B = 16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#575120 (or 0x575120) is known color: Bronze Olive. HEX triplet: 57, 51 and 20. RGB value is (87,81,32). Sum of RGB (Red+Green+Blue) = 87+81+32=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #575120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575120 is #A8AEDF. Grayscale: #4D4D4D. Windows color (decimal): -11054816 or 2117975. OLE color: 2117975.

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

Color convert

RGB 87 81 32 -
CMYK 0 0.07 0.63 0.66
HSL 53.45º 0.46% 0.23% -
HSV(B) 53.45º 0.63% 0.34% -
XYZ 7.13 8.02 2.54 -
YUV 77.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 87 81 32 0 0.07 0.63 0.66 53.45 0.46 0.23
Hex 57 51 20 0 7 3F 42 35 2E 17
Octal 127 121 40 0 7 77 102 65 56 27
Binary 1010111 1010001 100000 0 111 111111 1000010 110101 101110 10111

Color Harmonies of #575120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575120

Black with #575120

Text Example


Text Example

White with #575120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575120; }

 p { color: rgb(87,81,32); }

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

background-color css

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

 a { background-color: rgb(87,81,32); }

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

border-color css

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

 span { border-color: rgb(87,81,32); }

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