Html Css Color HEX #594429 Deep Bronze

📋 copy color: '#594429'

red 89 ◦ green 68 ◦ blue 41

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

Shades of Deep Bronze #594429

Tints of Deep Bronze #594429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.34%

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 44.95%
G = 34.34%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#594429 (or 0x594429) is known color: Deep Bronze. HEX triplet: 59, 44 and 29. RGB value is (89,68,41). Sum of RGB (Red+Green+Blue) = 89+68+41=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #594429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594429 is #A6BBD6. Grayscale: #474747. Windows color (decimal): -10927063 or 2704473. OLE color: 2704473.

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

Color convert

RGB 89 68 41 -
CMYK 0 0.24 0.54 0.65
HSL 33.75º 0.37% 0.25% -
HSV(B) 33.75º 0.54% 0.35% -
XYZ 6.59 6.42 2.99 -
YUV 71.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 89 68 41 0 0.24 0.54 0.65 33.75 0.37 0.25
Hex 59 44 29 0 18 36 41 22 25 19
Octal 131 104 51 0 30 66 101 42 45 31
Binary 1011001 1000100 101001 0 11000 110110 1000001 100010 100101 11001

Color Harmonies of #594429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594429

Black with #594429

Text Example


Text Example

White with #594429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594429; }

 p { color: rgb(89,68,41); }

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

background-color css

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

 a { background-color: rgb(89,68,41); }

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

border-color css

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

 span { border-color: rgb(89,68,41); }

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