#9E5D3A

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

Shades of Desert #9E5D3A

Tints of Desert #9E5D3A

Color information

#9E5D3A (or 0x9E5D3A) is unknown color: approx Desert. HEX triplet: 9E, 5D and 3A. RGB value is (158,93,58). Sum of RGB (Red+Green+Blue) = 158+93+58=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5D3A is #61A2C5. Grayscale: #6C6C6C. Windows color (decimal): -6398662 or 3825054. OLE color: 3825054.

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

Color convert

RGB1589358-
CMYK00.410.630.38
HSL21º46.3%42.35%-
HSV(B)21º63.29%61.96%-
XYZ18.7815.45.99-
YUV108.4499.53163.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.13%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=51.13%
G=30.10%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158935800.410.630.382146.342.35
Hex9E5D3A0293F26152e2a
Octal236135720517746255652
Binary100111101011101111010010100111111110011010101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,93,58); }

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

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

 a { background-color: rgb(158,93,58); }

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

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

 span { border-color: rgb(158,93,58); }

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