Html Css Color HEX #594528 Deep Bronze

📋 copy color: '#594528'

red 89 ◦ green 69 ◦ blue 40

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

Shades of Deep Bronze #594528

Tints of Deep Bronze #594528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

 BLUE value IS 40 (16.02% from 255) = 20.2%

R = 44.95%
G = 34.85%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#594528 (or 0x594528) is known color: Deep Bronze. HEX triplet: 59, 45 and 28. RGB value is (89,69,40). Sum of RGB (Red+Green+Blue) = 89+69+40=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #594528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594528 is #A6BAD7. Grayscale: #474747. Windows color (decimal): -10926808 or 2639193. OLE color: 2639193.

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

Color convert

RGB 89 69 40 -
CMYK 0 0.22 0.55 0.65
HSL 35.51º 0.38% 0.25% -
HSV(B) 35.51º 0.55% 0.35% -
XYZ 6.63 6.53 2.92 -
YUV 71.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 89 69 40 0 0.22 0.55 0.65 35.51 0.38 0.25
Hex 59 45 28 0 16 37 41 24 26 19
Octal 131 105 50 0 26 67 101 44 46 31
Binary 1011001 1000101 101000 0 10110 110111 1000001 100100 100110 11001

Color Harmonies of #594528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594528

Black with #594528

Text Example


Text Example

White with #594528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594528; }

 p { color: rgb(89,69,40); }

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

background-color css

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

 a { background-color: rgb(89,69,40); }

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

border-color css

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

 span { border-color: rgb(89,69,40); }

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