Html Css Color HEX #9F5E20 Afghan Tan

📋 copy color: '#9F5E20'

red 159 ◦ green 94 ◦ blue 32

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

Shades of Afghan Tan #9F5E20

Tints of Afghan Tan #9F5E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.23%

R = 55.79%
G = 32.98%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9F5E20 (or 0x9F5E20) is known color: Afghan Tan. HEX triplet: 9F, 5E and 20. RGB value is (159,94,32). Sum of RGB (Red+Green+Blue) = 159+94+32=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5E20 is #60A1DF. Grayscale: #6A6A6A. Windows color (decimal): -6332896 or 2121375. OLE color: 2121375.

HSL color Cylindrical-coordinate representation of color #9F5E20: hue angle of 29.29º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F5E20 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 94 32 -
CMYK 0 0.41 0.80 0.38
HSL 29.29º 0.66% 0.37% -
HSV(B) 29.29º 0.8% 0.62% -
XYZ 18.56 15.48 3.38 -
YUV 106.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 159 94 32 0 0.41 0.80 0.38 29.29 0.66 0.37
Hex 9F 5E 20 0 29 50 26 1D 42 25
Octal 237 136 40 0 51 120 46 35 102 45
Binary 10011111 1011110 100000 0 101001 1010000 100110 11101 1000010 100101

Color Harmonies of #9F5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E20

Black with #9F5E20

Text Example


Text Example

White with #9F5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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