Html Css Color HEX #594228 Deep Bronze

📋 copy color: '#594228'

red 89 ◦ green 66 ◦ blue 40

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

Shades of Deep Bronze #594228

Tints of Deep Bronze #594228

RGB

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

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

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

R = 45.64%
G = 33.85%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#594228 (or 0x594228) is known color: Deep Bronze. HEX triplet: 59, 42 and 28. RGB value is (89,66,40). Sum of RGB (Red+Green+Blue) = 89+66+40=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #594228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594228 is #A6BDD7. Grayscale: #464646. Windows color (decimal): -10927576 or 2638425. OLE color: 2638425.

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

Color convert

RGB 89 66 40 -
CMYK 0 0.26 0.55 0.65
HSL 31.84º 0.38% 0.25% -
HSV(B) 31.84º 0.55% 0.35% -
XYZ 6.45 6.17 2.86 -
YUV 69.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 89 66 40 0 0.26 0.55 0.65 31.84 0.38 0.25
Hex 59 42 28 0 1A 37 41 20 26 19
Octal 131 102 50 0 32 67 101 40 46 31
Binary 1011001 1000010 101000 0 11010 110111 1000001 100000 100110 11001

Color Harmonies of #594228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594228

Black with #594228

Text Example


Text Example

White with #594228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594228; }

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

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

background-color css

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

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

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

border-color css

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

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

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