Html Css Color HEX #594730 Deep Bronze

📋 copy color: '#594730'

red 89 ◦ green 71 ◦ blue 48

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

Shades of Deep Bronze #594730

Tints of Deep Bronze #594730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 42.79%
G = 34.13%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#594730 (or 0x594730) is known color: Deep Bronze. HEX triplet: 59, 47 and 30. RGB value is (89,71,48). Sum of RGB (Red+Green+Blue) = 89+71+48=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #594730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594730 is #A6B8CF. Grayscale: #494949. Windows color (decimal): -10926288 or 3163993. OLE color: 3163993.

HSL color Cylindrical-coordinate representation of color #594730: hue angle of 33.66º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #594730 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 71 48 -
CMYK 0 0.20 0.46 0.65
HSL 33.66º 0.3% 0.27% -
HSV(B) 33.66º 0.46% 0.35% -
XYZ 6.91 6.84 3.75 -
YUV 73.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 89 71 48 0 0.20 0.46 0.65 33.66 0.3 0.27
Hex 59 47 30 0 14 2E 41 22 1E 1B
Octal 131 107 60 0 24 56 101 42 36 33
Binary 1011001 1000111 110000 0 10100 101110 1000001 100010 11110 11011

Color Harmonies of #594730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594730

Black with #594730

Text Example


Text Example

White with #594730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594730; }

 p { color: rgb(89,71,48); }

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

background-color css

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

 a { background-color: rgb(89,71,48); }

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

border-color css

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

 span { border-color: rgb(89,71,48); }

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