#9F5D38

Color #9F5D38 Desert (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert #9F5D38

Tints of Desert #9F5D38

Color information

#9F5D38 (or 0x9F5D38) is unknown color: approx Desert. HEX triplet: 9F, 5D and 38. RGB value is (159,93,56). Sum of RGB (Red+Green+Blue) = 159+93+56=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5D38 is #60A2C7. Grayscale: #6C6C6C. Windows color (decimal): -6333128 or 3693983. OLE color: 3693983.

HSL color Cylindrical-coordinate representation of color #9F5D38: hue angle of 21.55º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F5D38 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1599356-
CMYK00.420.650.38
HSL21.55º47.91%42.16%-
HSV(B)21.55º64.78%62.35%-
XYZ18.9315.495.73-
YUV108.5298.37164.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.62%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=51.62%
G=30.19%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159935600.420.650.3821.5547.9142.16
Hex9F5D3802A412616302a
Octal2371357005210146266052
Binary1001111110111011110000101010100000110011010110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5D38; }

 p { color: rgb(159,93,56); }

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

<style>
 a { background-color: #9F5D38; }

 a { background-color: rgb(159,93,56); }

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

<style>
 span { border-color: #9F5D38; }

 span { border-color: rgb(159,93,56); }

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