#5D662D

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

Shades of Saratoga #5D662D

Tints of Saratoga #5D662D

Color information

#5D662D (or 0x5D662D) is unknown color: approx Saratoga. HEX triplet: 5D, 66 and 2D. RGB value is (93,102,45). Sum of RGB (Red+Green+Blue) = 93+102+45=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #5D662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D662D is #A299D2. Grayscale: #5D5D5D. Windows color (decimal): -10656211 or 2975325. OLE color: 2975325.

HSL color Cylindrical-coordinate representation of color #5D662D: hue angle of 69.47º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D662D is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB9310245-
CMYK0.0900.560.6
HSL69.47º38.78%28.82%-
HSV(B)69.47º55.88%40%-
XYZ9.7412.024.29-
YUV92.81101.02128.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.75%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=38.75%
G=42.5%
B=18.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal93102450.0900.560.669.4738.7828.82
Hex5D662D90383C45271d
Octal1351465511070741054735
Binary1011101110011010110110010111000111100100010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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