Html Css Color HEX #9D5D1F Afghan Tan

📋 copy color: '#9D5D1F'

red 157 ◦ green 93 ◦ blue 31

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

Shades of Afghan Tan #9D5D1F

Tints of Afghan Tan #9D5D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 31 (12.5% from 255) = 11.03%

R = 55.87%
G = 33.1%
B = 11.03%

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

#9D5D1F (or 0x9D5D1F) is known color: Afghan Tan. HEX triplet: 9D, 5D and 1F. RGB value is (157,93,31). Sum of RGB (Red+Green+Blue) = 157+93+31=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5D1F is #62A2E0. Grayscale: #696969. Windows color (decimal): -6464225 or 2055581. OLE color: 2055581.

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

Color convert

RGB 157 93 31 -
CMYK 0 0.41 0.80 0.38
HSL 29.52º 0.67% 0.37% -
HSV(B) 29.52º 0.8% 0.62% -
XYZ 18.07 15.1 3.26 -
YUV 105.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 157 93 31 0 0.41 0.80 0.38 29.52 0.67 0.37
Hex 9D 5D 1F 0 29 50 26 1E 43 25
Octal 235 135 37 0 51 120 46 36 103 45
Binary 10011101 1011101 11111 0 101001 1010000 100110 11110 1000011 100101

Color Harmonies of #9D5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5D1F

Black with #9D5D1F

Text Example


Text Example

White with #9D5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,93,31); }

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

background-color css

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

 a { background-color: rgb(157,93,31); }

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

border-color css

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

 span { border-color: rgb(157,93,31); }

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