Html Css Color HEX #575011 Bronze Olive

📋 copy color: '#575011'

red 87 ◦ green 80 ◦ blue 17

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

Shades of Bronze Olive #575011

Tints of Bronze Olive #575011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.48%

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 47.28%
G = 43.48%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#575011 (or 0x575011) is known color: Bronze Olive. HEX triplet: 57, 50 and 11. RGB value is (87,80,17). Sum of RGB (Red+Green+Blue) = 87+80+17=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #575011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575011 is #A8AFEE. Grayscale: #4B4B4B. Windows color (decimal): -11055087 or 1134679. OLE color: 1134679.

HSL color Cylindrical-coordinate representation of color #575011: hue angle of 54º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #575011 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 17 -
CMYK 0 0.08 0.80 0.66
HSL 54º 0.67% 0.2% -
HSV(B) 54º 0.8% 0.34% -
XYZ 6.9 7.8 1.67 -
YUV 74.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 87 80 17 0 0.08 0.80 0.66 54 0.67 0.2
Hex 57 50 11 0 8 50 42 36 43 14
Octal 127 120 21 0 10 120 102 66 103 24
Binary 1010111 1010000 10001 0 1000 1010000 1000010 110110 1000011 10100

Color Harmonies of #575011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575011

Black with #575011

Text Example


Text Example

White with #575011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575011; }

 p { color: rgb(87,80,17); }

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

background-color css

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

 a { background-color: rgb(87,80,17); }

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

border-color css

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

 span { border-color: rgb(87,80,17); }

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