Html Css Color HEX #595D32 Saratoga

📋 copy color: '#595D32'

red 89 ◦ green 93 ◦ blue 50

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

Shades of Saratoga #595D32

Tints of Saratoga #595D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 50 (19.92% from 255) = 21.55%

R = 38.36%
G = 40.09%
B = 21.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#595D32 (or 0x595D32) is known color: Saratoga. HEX triplet: 59, 5D and 32. RGB value is (89,93,50). Sum of RGB (Red+Green+Blue) = 89+93+50=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #595D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D32 is #A6A2CD. Grayscale: #575757. Windows color (decimal): -10920654 or 3300697. OLE color: 3300697.

HSL color Cylindrical-coordinate representation of color #595D32: hue angle of 65.58º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #595D32 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 93 50 -
CMYK 0.04 0 0.46 0.64
HSL 65.58º 0.3% 0.28% -
HSV(B) 65.58º 0.46% 0.36% -
XYZ 8.61 10.18 4.53 -
YUV 86.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 89 93 50 0.04 0 0.46 0.64 65.58 0.3 0.28
Hex 59 5D 32 4 0 2E 40 42 1E 1C
Octal 131 135 62 4 0 56 100 102 36 34
Binary 1011001 1011101 110010 100 0 101110 1000000 1000010 11110 11100

Color Harmonies of #595D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D32

Black with #595D32

Text Example


Text Example

White with #595D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,93,50); }

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

background-color css

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

 a { background-color: rgb(89,93,50); }

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

border-color css

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

 span { border-color: rgb(89,93,50); }

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