Html Css Color HEX #594E3C Metallic Bronze

📋 copy color: '#594E3C'

red 89 ◦ green 78 ◦ blue 60

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

Shades of Metallic Bronze #594E3C

Tints of Metallic Bronze #594E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 39.21%
G = 34.36%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#594E3C (or 0x594E3C) is known color: Metallic Bronze. HEX triplet: 59, 4E and 3C. RGB value is (89,78,60). Sum of RGB (Red+Green+Blue) = 89+78+60=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 89 - color contains mainly: red. Hex color #594E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E3C is #A6B1C3. Grayscale: #4F4F4F. Windows color (decimal): -10924484 or 3952217. OLE color: 3952217.

HSL color Cylindrical-coordinate representation of color #594E3C: hue angle of 37.24º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #594E3C is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 78 60 -
CMYK 0 0.12 0.33 0.65
HSL 37.24º 0.19% 0.29% -
HSV(B) 37.24º 0.33% 0.35% -
XYZ 7.66 7.9 5.4 -
YUV 79.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 89 78 60 0 0.12 0.33 0.65 37.24 0.19 0.29
Hex 59 4E 3C 0 C 21 41 25 13 1D
Octal 131 116 74 0 14 41 101 45 23 35
Binary 1011001 1001110 111100 0 1100 100001 1000001 100101 10011 11101

Color Harmonies of #594E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E3C

Black with #594E3C

Text Example


Text Example

White with #594E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,78,60); }

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

background-color css

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

 a { background-color: rgb(89,78,60); }

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

border-color css

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

 span { border-color: rgb(89,78,60); }

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