Html Css Color HEX #575221 Bronze Olive

📋 copy color: '#575221'

red 87 ◦ green 82 ◦ blue 33

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

Shades of Bronze Olive #575221

Tints of Bronze Olive #575221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.34%

R = 43.07%
G = 40.59%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#575221 (or 0x575221) is known color: Bronze Olive. HEX triplet: 57, 52 and 21. RGB value is (87,82,33). Sum of RGB (Red+Green+Blue) = 87+82+33=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #575221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575221 is #A8ADDE. Grayscale: #4E4E4E. Windows color (decimal): -11054559 or 2183767. OLE color: 2183767.

HSL color Cylindrical-coordinate representation of color #575221: hue angle of 54.44º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #575221 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 33 -
CMYK 0 0.06 0.62 0.66
HSL 54.44º 0.45% 0.24% -
HSV(B) 54.44º 0.62% 0.34% -
XYZ 7.22 8.17 2.64 -
YUV 77.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 87 82 33 0 0.06 0.62 0.66 54.44 0.45 0.24
Hex 57 52 21 0 6 3E 42 36 2D 18
Octal 127 122 41 0 6 76 102 66 55 30
Binary 1010111 1010010 100001 0 110 111110 1000010 110110 101101 11000

Color Harmonies of #575221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575221

Black with #575221

Text Example


Text Example

White with #575221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575221; }

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

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

background-color css

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

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

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

border-color css

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

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

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