Html Css Color HEX #594222 Deep Bronze

📋 copy color: '#594222'

red 89 ◦ green 66 ◦ blue 34

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

Shades of Deep Bronze #594222

Tints of Deep Bronze #594222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.92%

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

R = 47.09%
G = 34.92%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#594222 (or 0x594222) is known color: Deep Bronze. HEX triplet: 59, 42 and 22. RGB value is (89,66,34). Sum of RGB (Red+Green+Blue) = 89+66+34=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #594222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594222 is #A6BDDD. Grayscale: #454545. Windows color (decimal): -10927582 or 2245209. OLE color: 2245209.

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

Color convert

RGB 89 66 34 -
CMYK 0 0.26 0.62 0.65
HSL 34.91º 0.45% 0.24% -
HSV(B) 34.91º 0.62% 0.35% -
XYZ 6.36 6.14 2.36 -
YUV 69.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 89 66 34 0 0.26 0.62 0.65 34.91 0.45 0.24
Hex 59 42 22 0 1A 3E 41 23 2D 18
Octal 131 102 42 0 32 76 101 43 55 30
Binary 1011001 1000010 100010 0 11010 111110 1000001 100011 101101 11000

Color Harmonies of #594222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594222

Black with #594222

Text Example


Text Example

White with #594222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594222; }

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

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

background-color css

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

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

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

border-color css

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

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

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