Html Css Color HEX #595D1F Saratoga

📋 copy color: '#595D1F'

red 89 ◦ green 93 ◦ blue 31

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

Shades of Saratoga #595D1F

Tints of Saratoga #595D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.55%

R = 41.78%
G = 43.66%
B = 14.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#595D1F (or 0x595D1F) is known color: Saratoga. HEX triplet: 59, 5D and 1F. RGB value is (89,93,31). Sum of RGB (Red+Green+Blue) = 89+93+31=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #595D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D1F is #A6A2E0. Grayscale: #545454. Windows color (decimal): -10920673 or 2055513. OLE color: 2055513.

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

Color convert

RGB 89 93 31 -
CMYK 0.04 0 0.67 0.64
HSL 63.87º 0.5% 0.24% -
HSV(B) 63.87º 0.67% 0.36% -
XYZ 8.28 10.05 2.8 -
YUV 84.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 89 93 31 0.04 0 0.67 0.64 63.87 0.5 0.24
Hex 59 5D 1F 4 0 43 40 40 32 18
Octal 131 135 37 4 0 103 100 100 62 30
Binary 1011001 1011101 11111 100 0 1000011 1000000 1000000 110010 11000

Color Harmonies of #595D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D1F

Black with #595D1F

Text Example


Text Example

White with #595D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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