Html Css Color HEX #594527 Deep Bronze

📋 copy color: '#594527'

red 89 ◦ green 69 ◦ blue 39

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

Shades of Deep Bronze #594527

Tints of Deep Bronze #594527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 45.18%
G = 35.03%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#594527 (or 0x594527) is known color: Deep Bronze. HEX triplet: 59, 45 and 27. RGB value is (89,69,39). Sum of RGB (Red+Green+Blue) = 89+69+39=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #594527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594527 is #A6BAD8. Grayscale: #474747. Windows color (decimal): -10926809 or 2573657. OLE color: 2573657.

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

Color convert

RGB 89 69 39 -
CMYK 0 0.22 0.56 0.65
HSL 36º 0.39% 0.25% -
HSV(B) 36º 0.56% 0.35% -
XYZ 6.61 6.53 2.83 -
YUV 71.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 89 69 39 0 0.22 0.56 0.65 36 0.39 0.25
Hex 59 45 27 0 16 38 41 24 27 19
Octal 131 105 47 0 26 70 101 44 47 31
Binary 1011001 1000101 100111 0 10110 111000 1000001 100100 100111 11001

Color Harmonies of #594527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594527

Black with #594527

Text Example


Text Example

White with #594527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594527; }

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

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

background-color css

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

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

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

border-color css

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

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

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