Html Css Color HEX #9F5E38 Desert

📋 copy color: '#9F5E38'

red 159 ◦ green 94 ◦ blue 56

#9F5E38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert #9F5E38

Tints of Desert #9F5E38

RGB

 RED value IS 159 (62.5% from 255) = 51.46%

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 51.46%
G = 30.42%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F5E38 (or 0x9F5E38) is known color: Desert. HEX triplet: 9F, 5E and 38. RGB value is (159,94,56). Sum of RGB (Red+Green+Blue) = 159+94+56=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5E38 is #60A1C7. Grayscale: #6D6D6D. Windows color (decimal): -6332872 or 3694239. OLE color: 3694239.

HSL color Cylindrical-coordinate representation of color #9F5E38: hue angle of 22.14º 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 #9F5E38 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 94 56 -
CMYK 0 0.41 0.65 0.38
HSL 22.14º 0.48% 0.42% -
HSV(B) 22.14º 0.65% 0.62% -
XYZ 19.01 15.66 5.76 -
YUV 109.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 159 94 56 0 0.41 0.65 0.38 22.14 0.48 0.42
Hex 9F 5E 38 0 29 41 26 16 30 2A
Octal 237 136 70 0 51 101 46 26 60 52
Binary 10011111 1011110 111000 0 101001 1000001 100110 10110 110000 101010

Color Harmonies of #9F5E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E38

Black with #9F5E38

Text Example


Text Example

White with #9F5E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F5E38;
 }
 .AnyTagClassName
 {
   color: #9F5E38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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