#9B5D3C

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

Shades of Desert #9B5D3C

Tints of Desert #9B5D3C

Color information

#9B5D3C (or 0x9B5D3C) is unknown color: approx Desert. HEX triplet: 9B, 5D and 3C. RGB value is (155,93,60). Sum of RGB (Red+Green+Blue) = 155+93+60=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D3C is #64A2C3. Grayscale: #6B6B6B. Windows color (decimal): -6595268 or 3956123. OLE color: 3956123.

HSL color Cylindrical-coordinate representation of color #9B5D3C: hue angle of 20.84º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B5D3C is Cyan = 0, Magento = 0.4, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB1559360-
CMYK00.40.610.39
HSL20.84º44.19%42.16%-
HSV(B)20.84º61.29%60.78%-
XYZ18.2515.126.23-
YUV107.78101.04161.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.32%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=50.32%
G=30.19%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155936000.40.610.3920.8444.1942.16
Hex9B5D3C0283D27152c2a
Octal233135740507547255452
Binary100110111011101111100010100011110110011110101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,93,60); }

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

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

 a { background-color: rgb(155,93,60); }

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

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

 span { border-color: rgb(155,93,60); }

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