Html Css Color HEX #595F1C Saratoga

📋 copy color: '#595F1C'

red 89 ◦ green 95 ◦ blue 28

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

Shades of Saratoga #595F1C

Tints of Saratoga #595F1C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.81%

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 41.98%
G = 44.81%
B = 13.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#595F1C (or 0x595F1C) is known color: Saratoga. HEX triplet: 59, 5F and 1C. RGB value is (89,95,28). Sum of RGB (Red+Green+Blue) = 89+95+28=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #595F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F1C is #A6A0E3. Grayscale: #555555. Windows color (decimal): -10920164 or 1859417. OLE color: 1859417.

HSL color Cylindrical-coordinate representation of color #595F1C: hue angle of 65.37º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #595F1C is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 95 28 -
CMYK 0.06 0 0.71 0.63
HSL 65.37º 0.54% 0.24% -
HSV(B) 65.37º 0.71% 0.37% -
XYZ 8.42 10.39 2.66 -
YUV 85.57 95.51 130.45 -
System Red Green Blue C M Y K H S L
Decimal 89 95 28 0.06 0 0.71 0.63 65.37 0.54 0.24
Hex 59 5F 1C 6 0 47 3F 41 36 18
Octal 131 137 34 6 0 107 77 101 66 30
Binary 1011001 1011111 11100 110 0 1000111 111111 1000001 110110 11000

Color Harmonies of #595F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F1C

Black with #595F1C

Text Example


Text Example

White with #595F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,95,28); }

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

background-color css

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

 a { background-color: rgb(89,95,28); }

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

border-color css

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

 span { border-color: rgb(89,95,28); }

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