Html Css Color HEX #595221 Bronze Olive

📋 copy color: '#595221'

red 89 ◦ green 82 ◦ blue 33

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

Shades of Bronze Olive #595221

Tints of Bronze Olive #595221

RGB

 RED value IS 89 (35.16% from 255) = 43.63%

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

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

R = 43.63%
G = 40.2%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#595221 (or 0x595221) is known color: Bronze Olive. HEX triplet: 59, 52 and 21. RGB value is (89,82,33). Sum of RGB (Red+Green+Blue) = 89+82+33=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #595221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595221 is #A6ADDE. Grayscale: #4E4E4E. Windows color (decimal): -10923487 or 2183769. OLE color: 2183769.

HSL color Cylindrical-coordinate representation of color #595221: hue angle of 52.5º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595221 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 82 33 -
CMYK 0 0.08 0.63 0.65
HSL 52.5º 0.46% 0.24% -
HSV(B) 52.5º 0.63% 0.35% -
XYZ 7.41 8.27 2.64 -
YUV 78.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 89 82 33 0 0.08 0.63 0.65 52.5 0.46 0.24
Hex 59 52 21 0 8 3F 41 34 2E 18
Octal 131 122 41 0 10 77 101 64 56 30
Binary 1011001 1010010 100001 0 1000 111111 1000001 110100 101110 11000

Color Harmonies of #595221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595221

Black with #595221

Text Example


Text Example

White with #595221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595221; }

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

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

background-color css

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

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

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

border-color css

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

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

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