Html Css Color HEX #594629 Deep Bronze

📋 copy color: '#594629'

red 89 ◦ green 70 ◦ blue 41

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

Shades of Deep Bronze #594629

Tints of Deep Bronze #594629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35%

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

R = 44.5%
G = 35%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#594629 (or 0x594629) is known color: Deep Bronze. HEX triplet: 59, 46 and 29. RGB value is (89,70,41). Sum of RGB (Red+Green+Blue) = 89+70+41=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #594629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594629 is #A6B9D6. Grayscale: #484848. Windows color (decimal): -10926551 or 2704985. OLE color: 2704985.

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

Color convert

RGB 89 70 41 -
CMYK 0 0.21 0.54 0.65
HSL 36.25º 0.37% 0.25% -
HSV(B) 36.25º 0.54% 0.35% -
XYZ 6.71 6.66 3.03 -
YUV 72.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 89 70 41 0 0.21 0.54 0.65 36.25 0.37 0.25
Hex 59 46 29 0 15 36 41 24 25 19
Octal 131 106 51 0 25 66 101 44 45 31
Binary 1011001 1000110 101001 0 10101 110110 1000001 100100 100101 11001

Color Harmonies of #594629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594629

Black with #594629

Text Example


Text Example

White with #594629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594629; }

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

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

background-color css

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

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

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

border-color css

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

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

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