Html Css Color HEX #9F5E21 Afghan Tan

📋 copy color: '#9F5E21'

red 159 ◦ green 94 ◦ blue 33

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

Shades of Afghan Tan #9F5E21

Tints of Afghan Tan #9F5E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 55.59%
G = 32.87%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F5E21 (or 0x9F5E21) is known color: Afghan Tan. HEX triplet: 9F, 5E and 21. RGB value is (159,94,33). Sum of RGB (Red+Green+Blue) = 159+94+33=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5E21 is #60A1DE. Grayscale: #6A6A6A. Windows color (decimal): -6332895 or 2186911. OLE color: 2186911.

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

Color convert

RGB 159 94 33 -
CMYK 0 0.41 0.79 0.38
HSL 29.05º 0.66% 0.38% -
HSV(B) 29.05º 0.79% 0.62% -
XYZ 18.58 15.49 3.45 -
YUV 106.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 159 94 33 0 0.41 0.79 0.38 29.05 0.66 0.38
Hex 9F 5E 21 0 29 4F 26 1D 42 26
Octal 237 136 41 0 51 117 46 35 102 46
Binary 10011111 1011110 100001 0 101001 1001111 100110 11101 1000010 100110

Color Harmonies of #9F5E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E21

Black with #9F5E21

Text Example


Text Example

White with #9F5E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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