Html Css Color HEX #594F3A Metallic Bronze

📋 copy color: '#594F3A'

red 89 ◦ green 79 ◦ blue 58

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

Shades of Metallic Bronze #594F3A

Tints of Metallic Bronze #594F3A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.96%

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

R = 39.38%
G = 34.96%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#594F3A (or 0x594F3A) is known color: Metallic Bronze. HEX triplet: 59, 4F and 3A. RGB value is (89,79,58). Sum of RGB (Red+Green+Blue) = 89+79+58=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 89 - color contains mainly: red. Hex color #594F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F3A is #A6B0C5. Grayscale: #4F4F4F. Windows color (decimal): -10924230 or 3821401. OLE color: 3821401.

HSL color Cylindrical-coordinate representation of color #594F3A: hue angle of 40.65º 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 #594F3A is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 79 58 -
CMYK 0 0.11 0.35 0.65
HSL 40.65º 0.21% 0.29% -
HSV(B) 40.65º 0.35% 0.35% -
XYZ 7.68 8.02 5.15 -
YUV 79.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 89 79 58 0 0.11 0.35 0.65 40.65 0.21 0.29
Hex 59 4F 3A 0 B 23 41 29 15 1D
Octal 131 117 72 0 13 43 101 51 25 35
Binary 1011001 1001111 111010 0 1011 100011 1000001 101001 10101 11101

Color Harmonies of #594F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F3A

Black with #594F3A

Text Example


Text Example

White with #594F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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