Html Css Color HEX #595122 Bronze Olive

📋 copy color: '#595122'

red 89 ◦ green 81 ◦ blue 34

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

Shades of Bronze Olive #595122

Tints of Bronze Olive #595122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.67%

R = 43.63%
G = 39.71%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#595122 (or 0x595122) is known color: Bronze Olive. HEX triplet: 59, 51 and 22. RGB value is (89,81,34). Sum of RGB (Red+Green+Blue) = 89+81+34=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #595122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595122 is #A6AEDD. Grayscale: #4E4E4E. Windows color (decimal): -10923742 or 2249049. OLE color: 2249049.

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

Color convert

RGB 89 81 34 -
CMYK 0 0.09 0.62 0.65
HSL 51.27º 0.45% 0.24% -
HSV(B) 51.27º 0.62% 0.35% -
XYZ 7.35 8.12 2.69 -
YUV 78.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 89 81 34 0 0.09 0.62 0.65 51.27 0.45 0.24
Hex 59 51 22 0 9 3E 41 33 2D 18
Octal 131 121 42 0 11 76 101 63 55 30
Binary 1011001 1010001 100010 0 1001 111110 1000001 110011 101101 11000

Color Harmonies of #595122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595122

Black with #595122

Text Example


Text Example

White with #595122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595122; }

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

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

background-color css

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

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

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

border-color css

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

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

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