Html Css Color HEX #595021 Bronze Olive

📋 copy color: '#595021'

red 89 ◦ green 80 ◦ blue 33

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

Shades of Bronze Olive #595021

Tints of Bronze Olive #595021

RGB

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

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

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

R = 44.06%
G = 39.6%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#595021 (or 0x595021) is known color: Bronze Olive. HEX triplet: 59, 50 and 21. RGB value is (89,80,33). Sum of RGB (Red+Green+Blue) = 89+80+33=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #595021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595021 is #A6AFDE. Grayscale: #4D4D4D. Windows color (decimal): -10923999 or 2183257. OLE color: 2183257.

HSL color Cylindrical-coordinate representation of color #595021: hue angle of 50.36º 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 #595021 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 33 -
CMYK 0 0.10 0.63 0.65
HSL 50.36º 0.46% 0.24% -
HSV(B) 50.36º 0.63% 0.35% -
XYZ 7.26 7.97 2.59 -
YUV 77.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 89 80 33 0 0.10 0.63 0.65 50.36 0.46 0.24
Hex 59 50 21 0 A 3F 41 32 2E 18
Octal 131 120 41 0 12 77 101 62 56 30
Binary 1011001 1010000 100001 0 1010 111111 1000001 110010 101110 11000

Color Harmonies of #595021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595021

Black with #595021

Text Example


Text Example

White with #595021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595021; }

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

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

background-color css

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

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

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

border-color css

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

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

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