Html Css Color HEX #9D5E20 Afghan Tan

📋 copy color: '#9D5E20'

red 157 ◦ green 94 ◦ blue 32

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

Shades of Afghan Tan #9D5E20

Tints of Afghan Tan #9D5E20

RGB

 RED value IS 157 (61.72% from 255) = 55.48%

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

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

R = 55.48%
G = 33.22%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D5E20 (or 0x9D5E20) is known color: Afghan Tan. HEX triplet: 9D, 5E and 20. RGB value is (157,94,32). Sum of RGB (Red+Green+Blue) = 157+94+32=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5E20 is #62A1DF. Grayscale: #6A6A6A. Windows color (decimal): -6463968 or 2121373. OLE color: 2121373.

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

Color convert

RGB 157 94 32 -
CMYK 0 0.40 0.80 0.38
HSL 29.76º 0.66% 0.37% -
HSV(B) 29.76º 0.8% 0.62% -
XYZ 18.17 15.28 3.36 -
YUV 105.77 86.37 164.54 -
System Red Green Blue C M Y K H S L
Decimal 157 94 32 0 0.40 0.80 0.38 29.76 0.66 0.37
Hex 9D 5E 20 0 28 50 26 1E 42 25
Octal 235 136 40 0 50 120 46 36 102 45
Binary 10011101 1011110 100000 0 101000 1010000 100110 11110 1000010 100101

Color Harmonies of #9D5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5E20

Black with #9D5E20

Text Example


Text Example

White with #9D5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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