Html Css Color HEX #595D26 Saratoga

📋 copy color: '#595D26'

red 89 ◦ green 93 ◦ blue 38

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

Shades of Saratoga #595D26

Tints of Saratoga #595D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.27%

R = 40.45%
G = 42.27%
B = 17.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#595D26 (or 0x595D26) is known color: Saratoga. HEX triplet: 59, 5D and 26. RGB value is (89,93,38). Sum of RGB (Red+Green+Blue) = 89+93+38=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #595D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D26 is #A6A2D9. Grayscale: #555555. Windows color (decimal): -10920666 or 2514265. OLE color: 2514265.

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

Color convert

RGB 89 93 38 -
CMYK 0.04 0 0.59 0.64
HSL 64.36º 0.42% 0.26% -
HSV(B) 64.36º 0.59% 0.36% -
XYZ 8.38 10.09 3.34 -
YUV 85.53 101.17 130.47 -
System Red Green Blue C M Y K H S L
Decimal 89 93 38 0.04 0 0.59 0.64 64.36 0.42 0.26
Hex 59 5D 26 4 0 3B 40 40 2A 1A
Octal 131 135 46 4 0 73 100 100 52 32
Binary 1011001 1011101 100110 100 0 111011 1000000 1000000 101010 11010

Color Harmonies of #595D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D26

Black with #595D26

Text Example


Text Example

White with #595D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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