Html Css Color HEX #595A21 Saratoga

📋 copy color: '#595A21'

red 89 ◦ green 90 ◦ blue 33

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

Shades of Saratoga #595A21

Tints of Saratoga #595A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.45%

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

R = 41.98%
G = 42.45%
B = 15.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#595A21 (or 0x595A21) is known color: Saratoga. HEX triplet: 59, 5A and 21. RGB value is (89,90,33). Sum of RGB (Red+Green+Blue) = 89+90+33=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #595A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A21 is #A6A5DE. Grayscale: #535353. Windows color (decimal): -10921439 or 2185817. OLE color: 2185817.

HSL color Cylindrical-coordinate representation of color #595A21: hue angle of 61.05º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595A21 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 90 33 -
CMYK 0.01 0 0.63 0.65
HSL 61.05º 0.46% 0.24% -
HSV(B) 61.05º 0.63% 0.35% -
XYZ 8.05 9.55 2.86 -
YUV 83.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 89 90 33 0.01 0 0.63 0.65 61.05 0.46 0.24
Hex 59 5A 21 1 0 3F 41 3D 2E 18
Octal 131 132 41 1 0 77 101 75 56 30
Binary 1011001 1011010 100001 1 0 111111 1000001 111101 101110 11000

Color Harmonies of #595A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A21

Black with #595A21

Text Example


Text Example

White with #595A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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