Html Css Color HEX #595420 Bronze Olive

📋 copy color: '#595420'

red 89 ◦ green 84 ◦ blue 32

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

Shades of Bronze Olive #595420

Tints of Bronze Olive #595420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

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

R = 43.41%
G = 40.98%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#595420 (or 0x595420) is known color: Bronze Olive. HEX triplet: 59, 54 and 20. RGB value is (89,84,32). Sum of RGB (Red+Green+Blue) = 89+84+32=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #595420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595420 is #A6ABDF. Grayscale: #4F4F4F. Windows color (decimal): -10922976 or 2118745. OLE color: 2118745.

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

Color convert

RGB 89 84 32 -
CMYK 0 0.06 0.64 0.65
HSL 54.74º 0.47% 0.24% -
HSV(B) 54.74º 0.64% 0.35% -
XYZ 7.55 8.57 2.62 -
YUV 79.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 89 84 32 0 0.06 0.64 0.65 54.74 0.47 0.24
Hex 59 54 20 0 6 40 41 37 2F 18
Octal 131 124 40 0 6 100 101 67 57 30
Binary 1011001 1010100 100000 0 110 1000000 1000001 110111 101111 11000

Color Harmonies of #595420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595420

Black with #595420

Text Example


Text Example

White with #595420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595420; }

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

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

background-color css

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

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

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

border-color css

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

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

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