Html Css Color HEX #594529 Deep Bronze

📋 copy color: '#594529'

red 89 ◦ green 69 ◦ blue 41

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

Shades of Deep Bronze #594529

Tints of Deep Bronze #594529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

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

R = 44.72%
G = 34.67%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#594529 (or 0x594529) is known color: Deep Bronze. HEX triplet: 59, 45 and 29. RGB value is (89,69,41). Sum of RGB (Red+Green+Blue) = 89+69+41=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #594529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594529 is #A6BAD6. Grayscale: #474747. Windows color (decimal): -10926807 or 2704729. OLE color: 2704729.

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

Color convert

RGB 89 69 41 -
CMYK 0 0.22 0.54 0.65
HSL 35º 0.37% 0.25% -
HSV(B) 35º 0.54% 0.35% -
XYZ 6.65 6.54 3.01 -
YUV 71.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 89 69 41 0 0.22 0.54 0.65 35 0.37 0.25
Hex 59 45 29 0 16 36 41 23 25 19
Octal 131 105 51 0 26 66 101 43 45 31
Binary 1011001 1000101 101001 0 10110 110110 1000001 100011 100101 11001

Color Harmonies of #594529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594529

Black with #594529

Text Example


Text Example

White with #594529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594529; }

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

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

background-color css

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

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

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

border-color css

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

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

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