Html Css Color HEX #594732 Deep Bronze

📋 copy color: '#594732'

red 89 ◦ green 71 ◦ blue 50

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

Shades of Deep Bronze #594732

Tints of Deep Bronze #594732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 42.38%
G = 33.81%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#594732 (or 0x594732) is known color: Deep Bronze. HEX triplet: 59, 47 and 32. RGB value is (89,71,50). Sum of RGB (Red+Green+Blue) = 89+71+50=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #594732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594732 is #A6B8CD. Grayscale: #4A4A4A. Windows color (decimal): -10926286 or 3295065. OLE color: 3295065.

HSL color Cylindrical-coordinate representation of color #594732: hue angle of 32.31º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594732 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 71 50 -
CMYK 0 0.20 0.44 0.65
HSL 32.31º 0.28% 0.27% -
HSV(B) 32.31º 0.44% 0.35% -
XYZ 6.95 6.86 3.98 -
YUV 73.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 89 71 50 0 0.20 0.44 0.65 32.31 0.28 0.27
Hex 59 47 32 0 14 2C 41 20 1C 1B
Octal 131 107 62 0 24 54 101 40 34 33
Binary 1011001 1000111 110010 0 10100 101100 1000001 100000 11100 11011

Color Harmonies of #594732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594732

Black with #594732

Text Example


Text Example

White with #594732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594732; }

 p { color: rgb(89,71,50); }

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

background-color css

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

 a { background-color: rgb(89,71,50); }

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

border-color css

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

 span { border-color: rgb(89,71,50); }

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