#9B5E3D

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

Shades of Desert #9B5E3D

Tints of Desert #9B5E3D

Color information

#9B5E3D (or 0x9B5E3D) is unknown color: approx Desert. HEX triplet: 9B, 5E and 3D. RGB value is (155,94,61). Sum of RGB (Red+Green+Blue) = 155+94+61=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E3D is #64A1C2. Grayscale: #6C6C6C. Windows color (decimal): -6595011 or 4021915. OLE color: 4021915.

HSL color Cylindrical-coordinate representation of color #9B5E3D: hue angle of 21.06º 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 #9B5E3D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB1559461-
CMYK00.390.610.39
HSL21.06º43.52%42.35%-
HSV(B)21.06º60.65%60.78%-
XYZ18.3615.316.4-
YUV108.48101.21161.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=50%
G=30.32%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155946100.390.610.3921.0643.5242.35
Hex9B5E3D0273D27152c2a
Octal233136750477547255452
Binary100110111011110111101010011111110110011110101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,94,61); }

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

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

 a { background-color: rgb(155,94,61); }

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

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

 span { border-color: rgb(155,94,61); }

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