Html Css Color HEX #575211 Bronze Olive

📋 copy color: '#575211'

red 87 ◦ green 82 ◦ blue 17

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

Shades of Bronze Olive #575211

Tints of Bronze Olive #575211

RGB

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

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

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

R = 46.77%
G = 44.09%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#575211 (or 0x575211) is known color: Bronze Olive. HEX triplet: 57, 52 and 11. RGB value is (87,82,17). Sum of RGB (Red+Green+Blue) = 87+82+17=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #575211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575211 is #A8ADEE. Grayscale: #4C4C4C. Windows color (decimal): -11054575 or 1135191. OLE color: 1135191.

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

Color convert

RGB 87 82 17 -
CMYK 0 0.06 0.80 0.66
HSL 55.71º 0.67% 0.2% -
HSV(B) 55.71º 0.8% 0.34% -
XYZ 7.05 8.1 1.72 -
YUV 76.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 87 82 17 0 0.06 0.80 0.66 55.71 0.67 0.2
Hex 57 52 11 0 6 50 42 38 43 14
Octal 127 122 21 0 6 120 102 70 103 24
Binary 1010111 1010010 10001 0 110 1010000 1000010 111000 1000011 10100

Color Harmonies of #575211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575211

Black with #575211

Text Example


Text Example

White with #575211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575211; }

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

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

background-color css

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

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

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

border-color css

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

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

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