Html Css Color HEX #594932 Metallic Bronze

📋 copy color: '#594932'

red 89 ◦ green 73 ◦ blue 50

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

Shades of Metallic Bronze #594932

Tints of Metallic Bronze #594932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

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

R = 41.98%
G = 34.43%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#594932 (or 0x594932) is known color: Metallic Bronze. HEX triplet: 59, 49 and 32. RGB value is (89,73,50). Sum of RGB (Red+Green+Blue) = 89+73+50=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #594932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594932 is #A6B6CD. Grayscale: #4B4B4B. Windows color (decimal): -10925774 or 3295577. OLE color: 3295577.

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

Color convert

RGB 89 73 50 -
CMYK 0 0.18 0.44 0.65
HSL 35.38º 0.28% 0.27% -
HSV(B) 35.38º 0.44% 0.35% -
XYZ 7.08 7.12 4.02 -
YUV 75.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 89 73 50 0 0.18 0.44 0.65 35.38 0.28 0.27
Hex 59 49 32 0 12 2C 41 23 1C 1B
Octal 131 111 62 0 22 54 101 43 34 33
Binary 1011001 1001001 110010 0 10010 101100 1000001 100011 11100 11011

Color Harmonies of #594932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594932

Black with #594932

Text Example


Text Example

White with #594932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594932; }

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

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

background-color css

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

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

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

border-color css

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

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

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