Html Css Color HEX #595A2C Saratoga

📋 copy color: '#595A2C'

red 89 ◦ green 90 ◦ blue 44

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

Shades of Saratoga #595A2C

Tints of Saratoga #595A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 39.91%
G = 40.36%
B = 19.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#595A2C (or 0x595A2C) is known color: Saratoga. HEX triplet: 59, 5A and 2C. RGB value is (89,90,44). Sum of RGB (Red+Green+Blue) = 89+90+44=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #595A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A2C is #A6A5D3. Grayscale: #545454. Windows color (decimal): -10921428 or 2906713. OLE color: 2906713.

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

Color convert

RGB 89 90 44 -
CMYK 0.01 0 0.51 0.65
HSL 61.3º 0.34% 0.26% -
HSV(B) 61.3º 0.51% 0.35% -
XYZ 8.23 9.62 3.81 -
YUV 84.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 89 90 44 0.01 0 0.51 0.65 61.3 0.34 0.26
Hex 59 5A 2C 1 0 33 41 3D 22 1A
Octal 131 132 54 1 0 63 101 75 42 32
Binary 1011001 1011010 101100 1 0 110011 1000001 111101 100010 11010

Color Harmonies of #595A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A2C

Black with #595A2C

Text Example


Text Example

White with #595A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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