Html Css Color HEX #595C27 Saratoga

📋 copy color: '#595C27'

red 89 ◦ green 92 ◦ blue 39

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

Shades of Saratoga #595C27

Tints of Saratoga #595C27

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.82%

 BLUE value IS 39 (15.63% from 255) = 17.73%

R = 40.45%
G = 41.82%
B = 17.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#595C27 (or 0x595C27) is known color: Saratoga. HEX triplet: 59, 5C and 27. RGB value is (89,92,39). Sum of RGB (Red+Green+Blue) = 89+92+39=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 92 - color contains mainly: green. Hex color #595C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C27 is #A6A3D8. Grayscale: #555555. Windows color (decimal): -10920921 or 2579545. OLE color: 2579545.

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

Color convert

RGB 89 92 39 -
CMYK 0.03 0 0.58 0.64
HSL 63.4º 0.4% 0.26% -
HSV(B) 63.4º 0.58% 0.36% -
XYZ 8.31 9.92 3.4 -
YUV 85.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 89 92 39 0.03 0 0.58 0.64 63.4 0.4 0.26
Hex 59 5C 27 3 0 3A 40 3F 28 1A
Octal 131 134 47 3 0 72 100 77 50 32
Binary 1011001 1011100 100111 11 0 111010 1000000 111111 101000 11010

Color Harmonies of #595C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C27

Black with #595C27

Text Example


Text Example

White with #595C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,92,39); }

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

background-color css

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

 a { background-color: rgb(89,92,39); }

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

border-color css

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

 span { border-color: rgb(89,92,39); }

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