Html Css Color HEX #594526 Deep Bronze

📋 copy color: '#594526'

red 89 ◦ green 69 ◦ blue 38

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

Shades of Deep Bronze #594526

Tints of Deep Bronze #594526

RGB

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

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

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

R = 45.41%
G = 35.2%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#594526 (or 0x594526) is known color: Deep Bronze. HEX triplet: 59, 45 and 26. RGB value is (89,69,38). Sum of RGB (Red+Green+Blue) = 89+69+38=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #594526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594526 is #A6BAD9. Grayscale: #474747. Windows color (decimal): -10926810 or 2508121. OLE color: 2508121.

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

Color convert

RGB 89 69 38 -
CMYK 0 0.22 0.57 0.65
HSL 36.47º 0.4% 0.25% -
HSV(B) 36.47º 0.57% 0.35% -
XYZ 6.6 6.52 2.74 -
YUV 71.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 89 69 38 0 0.22 0.57 0.65 36.47 0.4 0.25
Hex 59 45 26 0 16 39 41 24 28 19
Octal 131 105 46 0 26 71 101 44 50 31
Binary 1011001 1000101 100110 0 10110 111001 1000001 100100 101000 11001

Color Harmonies of #594526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594526

Black with #594526

Text Example


Text Example

White with #594526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594526; }

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

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

background-color css

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

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

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

border-color css

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

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

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