Html Css Color HEX #9C5E20 Afghan Tan

📋 copy color: '#9C5E20'

red 156 ◦ green 94 ◦ blue 32

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

Shades of Afghan Tan #9C5E20

Tints of Afghan Tan #9C5E20

RGB

 RED value IS 156 (61.33% from 255) = 55.32%

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

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

R = 55.32%
G = 33.33%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C5E20 (or 0x9C5E20) is known color: Afghan Tan. HEX triplet: 9C, 5E and 20. RGB value is (156,94,32). Sum of RGB (Red+Green+Blue) = 156+94+32=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5E20 is #63A1DF. Grayscale: #696969. Windows color (decimal): -6529504 or 2121372. OLE color: 2121372.

HSL color Cylindrical-coordinate representation of color #9C5E20: hue angle of 30º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C5E20 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 94 32 -
CMYK 0 0.40 0.79 0.39
HSL 30º 0.66% 0.37% -
HSV(B) 30º 0.79% 0.61% -
XYZ 17.97 15.18 3.35 -
YUV 105.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 156 94 32 0 0.40 0.79 0.39 30 0.66 0.37
Hex 9C 5E 20 0 28 4F 27 1E 42 25
Octal 234 136 40 0 50 117 47 36 102 45
Binary 10011100 1011110 100000 0 101000 1001111 100111 11110 1000010 100101

Color Harmonies of #9C5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E20

Black with #9C5E20

Text Example


Text Example

White with #9C5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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