#5D632D

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

Shades of Saratoga #5D632D

Tints of Saratoga #5D632D

Color information

#5D632D (or 0x5D632D) is unknown color: approx Saratoga. HEX triplet: 5D, 63 and 2D. RGB value is (93,99,45). Sum of RGB (Red+Green+Blue) = 93+99+45=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #5D632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D632D is #A29CD2. Grayscale: #5B5B5B. Windows color (decimal): -10656979 or 2974557. OLE color: 2974557.

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

Color convert

RGB939945-
CMYK0.0600.550.61
HSL66.67º37.5%28.24%-
HSV(B)66.67º54.55%38.82%-
XYZ9.4511.444.19-
YUV91.05102.01129.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.24%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=39.24%
G=41.77%
B=18.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9399450.0600.550.6166.6737.528.24
Hex5D632D60373D43261c
Octal135143556067751034634
Binary101110111000111011011100110111111101100001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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