Html Css Color HEX #594229 Deep Bronze

📋 copy color: '#594229'

red 89 ◦ green 66 ◦ blue 41

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

Shades of Deep Bronze #594229

Tints of Deep Bronze #594229

RGB

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

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

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

R = 45.41%
G = 33.67%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#594229 (or 0x594229) is known color: Deep Bronze. HEX triplet: 59, 42 and 29. RGB value is (89,66,41). Sum of RGB (Red+Green+Blue) = 89+66+41=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #594229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594229 is #A6BDD6. Grayscale: #464646. Windows color (decimal): -10927575 or 2703961. OLE color: 2703961.

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

Color convert

RGB 89 66 41 -
CMYK 0 0.26 0.54 0.65
HSL 31.25º 0.37% 0.25% -
HSV(B) 31.25º 0.54% 0.35% -
XYZ 6.47 6.18 2.95 -
YUV 70.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 89 66 41 0 0.26 0.54 0.65 31.25 0.37 0.25
Hex 59 42 29 0 1A 36 41 1F 25 19
Octal 131 102 51 0 32 66 101 37 45 31
Binary 1011001 1000010 101001 0 11010 110110 1000001 11111 100101 11001

Color Harmonies of #594229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594229

Black with #594229

Text Example


Text Example

White with #594229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594229; }

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

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

background-color css

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

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

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

border-color css

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

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

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