Html Css Color HEX #594B3C Metallic Bronze

📋 copy color: '#594B3C'

red 89 ◦ green 75 ◦ blue 60

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

Shades of Metallic Bronze #594B3C

Tints of Metallic Bronze #594B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.48%

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

R = 39.73%
G = 33.48%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#594B3C (or 0x594B3C) is known color: Metallic Bronze. HEX triplet: 59, 4B and 3C. RGB value is (89,75,60). Sum of RGB (Red+Green+Blue) = 89+75+60=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #594B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B3C is #A6B4C3. Grayscale: #4D4D4D. Windows color (decimal): -10925252 or 3951449. OLE color: 3951449.

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

Color convert

RGB 89 75 60 -
CMYK 0 0.16 0.33 0.65
HSL 31.03º 0.19% 0.29% -
HSV(B) 31.03º 0.33% 0.35% -
XYZ 7.45 7.48 5.33 -
YUV 77.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 89 75 60 0 0.16 0.33 0.65 31.03 0.19 0.29
Hex 59 4B 3C 0 10 21 41 1F 13 1D
Octal 131 113 74 0 20 41 101 37 23 35
Binary 1011001 1001011 111100 0 10000 100001 1000001 11111 10011 11101

Color Harmonies of #594B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B3C

Black with #594B3C

Text Example


Text Example

White with #594B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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