Html Css Color HEX #596121 Saratoga

📋 copy color: '#596121'

red 89 ◦ green 97 ◦ blue 33

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

Shades of Saratoga #596121

Tints of Saratoga #596121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.29%

 BLUE value IS 33 (13.28% from 255) = 15.07%

R = 40.64%
G = 44.29%
B = 15.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#596121 (or 0x596121) is known color: Saratoga. HEX triplet: 59, 61 and 21. RGB value is (89,97,33). Sum of RGB (Red+Green+Blue) = 89+97+33=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #596121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596121 is #A69EDE. Grayscale: #575757. Windows color (decimal): -10919647 or 2187609. OLE color: 2187609.

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

Color convert

RGB 89 97 33 -
CMYK 0.08 0 0.66 0.62
HSL 67.5º 0.49% 0.25% -
HSV(B) 67.5º 0.66% 0.38% -
XYZ 8.67 10.78 3.06 -
YUV 87.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 89 97 33 0.08 0 0.66 0.62 67.5 0.49 0.25
Hex 59 61 21 8 0 42 3E 44 31 19
Octal 131 141 41 10 0 102 76 104 61 31
Binary 1011001 1100001 100001 1000 0 1000010 111110 1000100 110001 11001

Color Harmonies of #596121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596121

Black with #596121

Text Example


Text Example

White with #596121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596121; }

 p { color: rgb(89,97,33); }

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

background-color css

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

 a { background-color: rgb(89,97,33); }

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

border-color css

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

 span { border-color: rgb(89,97,33); }

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