Html Css Color HEX #594226 Deep Bronze

📋 copy color: '#594226'

red 89 ◦ green 66 ◦ blue 38

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

Shades of Deep Bronze #594226

Tints of Deep Bronze #594226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.69%

R = 46.11%
G = 34.2%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#594226 (or 0x594226) is known color: Deep Bronze. HEX triplet: 59, 42 and 26. RGB value is (89,66,38). Sum of RGB (Red+Green+Blue) = 89+66+38=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #594226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594226 is #A6BDD9. Grayscale: #454545. Windows color (decimal): -10927578 or 2507353. OLE color: 2507353.

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

Color convert

RGB 89 66 38 -
CMYK 0 0.26 0.57 0.65
HSL 32.94º 0.4% 0.25% -
HSV(B) 32.94º 0.57% 0.35% -
XYZ 6.42 6.16 2.68 -
YUV 69.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 89 66 38 0 0.26 0.57 0.65 32.94 0.4 0.25
Hex 59 42 26 0 1A 39 41 21 28 19
Octal 131 102 46 0 32 71 101 41 50 31
Binary 1011001 1000010 100110 0 11010 111001 1000001 100001 101000 11001

Color Harmonies of #594226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594226

Black with #594226

Text Example


Text Example

White with #594226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594226; }

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

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

background-color css

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

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

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

border-color css

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

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

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