Html Css Color HEX #594E3A Metallic Bronze

📋 copy color: '#594E3A'

red 89 ◦ green 78 ◦ blue 58

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

Shades of Metallic Bronze #594E3A

Tints of Metallic Bronze #594E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 39.56%
G = 34.67%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#594E3A (or 0x594E3A) is known color: Metallic Bronze. HEX triplet: 59, 4E and 3A. RGB value is (89,78,58). Sum of RGB (Red+Green+Blue) = 89+78+58=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 89 - color contains mainly: red. Hex color #594E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E3A is #A6B1C5. Grayscale: #4F4F4F. Windows color (decimal): -10924486 or 3821145. OLE color: 3821145.

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

Color convert

RGB 89 78 58 -
CMYK 0 0.12 0.35 0.65
HSL 38.71º 0.21% 0.29% -
HSV(B) 38.71º 0.35% 0.35% -
XYZ 7.61 7.88 5.12 -
YUV 79.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 89 78 58 0 0.12 0.35 0.65 38.71 0.21 0.29
Hex 59 4E 3A 0 C 23 41 27 15 1D
Octal 131 116 72 0 14 43 101 47 25 35
Binary 1011001 1001110 111010 0 1100 100011 1000001 100111 10101 11101

Color Harmonies of #594E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E3A

Black with #594E3A

Text Example


Text Example

White with #594E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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