Html Css Color HEX #595120 Bronze Olive

📋 copy color: '#595120'

red 89 ◦ green 81 ◦ blue 32

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

Shades of Bronze Olive #595120

Tints of Bronze Olive #595120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

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

R = 44.06%
G = 40.1%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#595120 (or 0x595120) is known color: Bronze Olive. HEX triplet: 59, 51 and 20. RGB value is (89,81,32). Sum of RGB (Red+Green+Blue) = 89+81+32=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #595120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595120 is #A6AEDF. Grayscale: #4E4E4E. Windows color (decimal): -10923744 or 2117977. OLE color: 2117977.

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

Color convert

RGB 89 81 32 -
CMYK 0 0.09 0.64 0.65
HSL 51.58º 0.47% 0.24% -
HSV(B) 51.58º 0.64% 0.35% -
XYZ 7.32 8.11 2.55 -
YUV 77.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 89 81 32 0 0.09 0.64 0.65 51.58 0.47 0.24
Hex 59 51 20 0 9 40 41 34 2F 18
Octal 131 121 40 0 11 100 101 64 57 30
Binary 1011001 1010001 100000 0 1001 1000000 1000001 110100 101111 11000

Color Harmonies of #595120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595120

Black with #595120

Text Example


Text Example

White with #595120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595120; }

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

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

background-color css

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

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

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

border-color css

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

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

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