Html Css Color HEX #595220 Bronze Olive

📋 copy color: '#595220'

red 89 ◦ green 82 ◦ blue 32

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

Shades of Bronze Olive #595220

Tints of Bronze Olive #595220

RGB

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

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

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

R = 43.84%
G = 40.39%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#595220 (or 0x595220) is known color: Bronze Olive. HEX triplet: 59, 52 and 20. RGB value is (89,82,32). Sum of RGB (Red+Green+Blue) = 89+82+32=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #595220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595220 is #A6ADDF. Grayscale: #4E4E4E. Windows color (decimal): -10923488 or 2118233. OLE color: 2118233.

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

Color convert

RGB 89 82 32 -
CMYK 0 0.08 0.64 0.65
HSL 52.63º 0.47% 0.24% -
HSV(B) 52.63º 0.64% 0.35% -
XYZ 7.4 8.26 2.57 -
YUV 78.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 89 82 32 0 0.08 0.64 0.65 52.63 0.47 0.24
Hex 59 52 20 0 8 40 41 35 2F 18
Octal 131 122 40 0 10 100 101 65 57 30
Binary 1011001 1010010 100000 0 1000 1000000 1000001 110101 101111 11000

Color Harmonies of #595220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595220

Black with #595220

Text Example


Text Example

White with #595220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595220; }

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

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

background-color css

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

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

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

border-color css

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

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

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