Html Css Color HEX #594425 Deep Bronze

📋 copy color: '#594425'

red 89 ◦ green 68 ◦ blue 37

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

Shades of Deep Bronze #594425

Tints of Deep Bronze #594425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

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

R = 45.88%
G = 35.05%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#594425 (or 0x594425) is known color: Deep Bronze. HEX triplet: 59, 44 and 25. RGB value is (89,68,37). Sum of RGB (Red+Green+Blue) = 89+68+37=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #594425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594425 is #A6BBDA. Grayscale: #464646. Windows color (decimal): -10927067 or 2442329. OLE color: 2442329.

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

Color convert

RGB 89 68 37 -
CMYK 0 0.24 0.58 0.65
HSL 35.77º 0.41% 0.25% -
HSV(B) 35.77º 0.58% 0.35% -
XYZ 6.52 6.39 2.64 -
YUV 70.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 89 68 37 0 0.24 0.58 0.65 35.77 0.41 0.25
Hex 59 44 25 0 18 3A 41 24 29 19
Octal 131 104 45 0 30 72 101 44 51 31
Binary 1011001 1000100 100101 0 11000 111010 1000001 100100 101001 11001

Color Harmonies of #594425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594425

Black with #594425

Text Example


Text Example

White with #594425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594425; }

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

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

background-color css

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

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

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

border-color css

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

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

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