Html Css Color HEX #595022 Bronze Olive

📋 copy color: '#595022'

red 89 ◦ green 80 ◦ blue 34

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

Shades of Bronze Olive #595022

Tints of Bronze Olive #595022

RGB

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

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

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

R = 43.84%
G = 39.41%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#595022 (or 0x595022) is known color: Bronze Olive. HEX triplet: 59, 50 and 22. RGB value is (89,80,34). Sum of RGB (Red+Green+Blue) = 89+80+34=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #595022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595022 is #A6AFDD. Grayscale: #4D4D4D. Windows color (decimal): -10923998 or 2248793. OLE color: 2248793.

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

Color convert

RGB 89 80 34 -
CMYK 0 0.10 0.62 0.65
HSL 50.18º 0.45% 0.24% -
HSV(B) 50.18º 0.62% 0.35% -
XYZ 7.28 7.98 2.67 -
YUV 77.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 89 80 34 0 0.10 0.62 0.65 50.18 0.45 0.24
Hex 59 50 22 0 A 3E 41 32 2D 18
Octal 131 120 42 0 12 76 101 62 55 30
Binary 1011001 1010000 100010 0 1010 111110 1000001 110010 101101 11000

Color Harmonies of #595022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595022

Black with #595022

Text Example


Text Example

White with #595022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595022; }

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

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

background-color css

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

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

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

border-color css

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

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

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