#5D6327

Color #5D6327 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #5D6327

Tints of Saratoga #5D6327

Color information

#5D6327 (or 0x5D6327) is unknown color: approx Saratoga. HEX triplet: 5D, 63 and 27. RGB value is (93,99,39). Sum of RGB (Red+Green+Blue) = 93+99+39=231 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.26% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6327 is #A29CD8. Grayscale: #5A5A5A. Windows color (decimal): -10656985 or 2581341. OLE color: 2581341.

HSL color Cylindrical-coordinate representation of color #5D6327: hue angle of 66º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D6327 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB939939-
CMYK0.0600.610.61
HSL66º43.48%27.06%-
HSV(B)66º60.61%38.82%-
XYZ9.3411.43.63-
YUV90.3799.01129.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.26%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=40.26%
G=42.86%
B=16.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9399390.0600.610.616643.4827.06
Hex5D6327603D3D422b1b
Octal135143476075751025333
Binary101110111000111001111100111101111101100001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D6327; }

 p { color: rgb(93,99,39); }

 H1.HeaderClassName
 {
   color: #5D6327;
 }
 .AnyTagClassName
 {
   color: #5D6327;
 }
</style>
background-color css

<style>
 a { background-color: #5D6327; }

 a { background-color: rgb(93,99,39); }

 div.DivClassName
 {
   background-color: #5D6327;
 }
 .BgClassName
 {
   background-color: #5D6327;
 }
</style>
border-color css

<style>
 span { border-color: #5D6327; }

 span { border-color: rgb(93,99,39); }

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