Html Css Color HEX #594630 Deep Bronze

📋 copy color: '#594630'

red 89 ◦ green 70 ◦ blue 48

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

Shades of Deep Bronze #594630

Tints of Deep Bronze #594630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.82%

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

R = 43%
G = 33.82%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#594630 (or 0x594630) is known color: Deep Bronze. HEX triplet: 59, 46 and 30. RGB value is (89,70,48). Sum of RGB (Red+Green+Blue) = 89+70+48=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #594630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594630 is #A6B9CF. Grayscale: #494949. Windows color (decimal): -10926544 or 3163737. OLE color: 3163737.

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

Color convert

RGB 89 70 48 -
CMYK 0 0.21 0.46 0.65
HSL 32.2º 0.3% 0.27% -
HSV(B) 32.2º 0.46% 0.35% -
XYZ 6.84 6.72 3.73 -
YUV 73.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 89 70 48 0 0.21 0.46 0.65 32.2 0.3 0.27
Hex 59 46 30 0 15 2E 41 20 1E 1B
Octal 131 106 60 0 25 56 101 40 36 33
Binary 1011001 1000110 110000 0 10101 101110 1000001 100000 11110 11011

Color Harmonies of #594630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594630

Black with #594630

Text Example


Text Example

White with #594630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594630; }

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

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

background-color css

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

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

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

border-color css

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

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

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