Html Css Color HEX #594A35 Metallic Bronze

📋 copy color: '#594A35'

red 89 ◦ green 74 ◦ blue 53

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

Shades of Metallic Bronze #594A35

Tints of Metallic Bronze #594A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.26%

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 41.2%
G = 34.26%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#594A35 (or 0x594A35) is known color: Metallic Bronze. HEX triplet: 59, 4A and 35. RGB value is (89,74,53). Sum of RGB (Red+Green+Blue) = 89+74+53=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #594A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A35 is #A6B5CA. Grayscale: #4C4C4C. Windows color (decimal): -10925515 or 3492441. OLE color: 3492441.

HSL color Cylindrical-coordinate representation of color #594A35: hue angle of 35º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #594A35 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 74 53 -
CMYK 0 0.17 0.40 0.65
HSL 35º 0.25% 0.28% -
HSV(B) 35º 0.4% 0.35% -
XYZ 7.21 7.28 4.39 -
YUV 76.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 89 74 53 0 0.17 0.40 0.65 35 0.25 0.28
Hex 59 4A 35 0 11 28 41 23 19 1C
Octal 131 112 65 0 21 50 101 43 31 34
Binary 1011001 1001010 110101 0 10001 101000 1000001 100011 11001 11100

Color Harmonies of #594A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A35

Black with #594A35

Text Example


Text Example

White with #594A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594A35; }

 p { color: rgb(89,74,53); }

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

background-color css

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

 a { background-color: rgb(89,74,53); }

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

border-color css

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

 span { border-color: rgb(89,74,53); }

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