Html Css Color HEX #594830 Deep Bronze

📋 copy color: '#594830'

red 89 ◦ green 72 ◦ blue 48

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

Shades of Deep Bronze #594830

Tints of Deep Bronze #594830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

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

R = 42.58%
G = 34.45%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#594830 (or 0x594830) is known color: Deep Bronze. HEX triplet: 59, 48 and 30. RGB value is (89,72,48). Sum of RGB (Red+Green+Blue) = 89+72+48=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #594830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594830 is #A6B7CF. Grayscale: #4A4A4A. Windows color (decimal): -10926032 or 3164249. OLE color: 3164249.

HSL color Cylindrical-coordinate representation of color #594830: hue angle of 35.12º 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 #594830 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 72 48 -
CMYK 0 0.19 0.46 0.65
HSL 35.12º 0.3% 0.27% -
HSV(B) 35.12º 0.46% 0.35% -
XYZ 6.97 6.97 3.77 -
YUV 74.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 89 72 48 0 0.19 0.46 0.65 35.12 0.3 0.27
Hex 59 48 30 0 13 2E 41 23 1E 1B
Octal 131 110 60 0 23 56 101 43 36 33
Binary 1011001 1001000 110000 0 10011 101110 1000001 100011 11110 11011

Color Harmonies of #594830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594830

Black with #594830

Text Example


Text Example

White with #594830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594830; }

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

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

background-color css

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

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

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

border-color css

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

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

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