Html Css Color HEX #596048 Chicago

📋 copy color: '#596048'

red 89 ◦ green 96 ◦ blue 72

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

Shades of Chicago #596048

Tints of Chicago #596048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 34.63%
G = 37.35%
B = 28.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#596048 (or 0x596048) is known color: Chicago. HEX triplet: 59, 60 and 48. RGB value is (89,96,72). Sum of RGB (Red+Green+Blue) = 89+96+72=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #596048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596048 is #A69FB7. Grayscale: #5B5B5B. Windows color (decimal): -10919864 or 4743257. OLE color: 4743257.

HSL color Cylindrical-coordinate representation of color #596048: hue angle of 77.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #596048 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 96 72 -
CMYK 0.07 0 0.25 0.62
HSL 77.5º 0.14% 0.33% -
HSV(B) 77.5º 0.25% 0.38% -
XYZ 9.47 10.96 7.75 -
YUV 91.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 89 96 72 0.07 0 0.25 0.62 77.5 0.14 0.33
Hex 59 60 48 7 0 19 3E 4E E 21
Octal 131 140 110 7 0 31 76 116 16 41
Binary 1011001 1100000 1001000 111 0 11001 111110 1001110 1110 100001

Color Harmonies of #596048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596048

Black with #596048

Text Example


Text Example

White with #596048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596048; }

 p { color: rgb(89,96,72); }

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

background-color css

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

 a { background-color: rgb(89,96,72); }

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

border-color css

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

 span { border-color: rgb(89,96,72); }

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