Html Css Color HEX #594225 Deep Bronze

📋 copy color: '#594225'

red 89 ◦ green 66 ◦ blue 37

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

Shades of Deep Bronze #594225

Tints of Deep Bronze #594225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.38%

 BLUE value IS 37 (14.84% from 255) = 19.27%

R = 46.35%
G = 34.38%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#594225 (or 0x594225) is known color: Deep Bronze. HEX triplet: 59, 42 and 25. RGB value is (89,66,37). Sum of RGB (Red+Green+Blue) = 89+66+37=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #594225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594225 is #A6BDDA. Grayscale: #454545. Windows color (decimal): -10927579 or 2441817. OLE color: 2441817.

HSL color Cylindrical-coordinate representation of color #594225: hue angle of 33.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #594225 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 37 -
CMYK 0 0.26 0.58 0.65
HSL 33.46º 0.41% 0.25% -
HSV(B) 33.46º 0.58% 0.35% -
XYZ 6.4 6.15 2.6 -
YUV 69.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 89 66 37 0 0.26 0.58 0.65 33.46 0.41 0.25
Hex 59 42 25 0 1A 3A 41 21 29 19
Octal 131 102 45 0 32 72 101 41 51 31
Binary 1011001 1000010 100101 0 11010 111010 1000001 100001 101001 11001

Color Harmonies of #594225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594225

Black with #594225

Text Example


Text Example

White with #594225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594225; }

 p { color: rgb(89,66,37); }

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

background-color css

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

 a { background-color: rgb(89,66,37); }

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

border-color css

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

 span { border-color: rgb(89,66,37); }

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