Html Css Color HEX #9B5A1F Afghan Tan

📋 copy color: '#9B5A1F'

red 155 ◦ green 90 ◦ blue 31

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

Shades of Afghan Tan #9B5A1F

Tints of Afghan Tan #9B5A1F

RGB

 RED value IS 155 (60.94% from 255) = 56.16%

 GREEN value IS 90 (35.55% from 255) = 32.61%

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

R = 56.16%
G = 32.61%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B5A1F (or 0x9B5A1F) is known color: Afghan Tan. HEX triplet: 9B, 5A and 1F. RGB value is (155,90,31). Sum of RGB (Red+Green+Blue) = 155+90+31=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5A1F is #64A5E0. Grayscale: #676767. Windows color (decimal): -6596065 or 2054811. OLE color: 2054811.

HSL color Cylindrical-coordinate representation of color #9B5A1F: hue angle of 28.55º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B5A1F is Cyan = 0, Magento = 0.42, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 90 31 -
CMYK 0 0.42 0.8 0.39
HSL 28.55º 0.67% 0.36% -
HSV(B) 28.55º 0.8% 0.61% -
XYZ 17.42 14.38 3.15 -
YUV 102.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 155 90 31 0 0.42 0.8 0.39 28.55 0.67 0.36
Hex 9B 5A 1F 0 2A 50 27 1D 43 24
Octal 233 132 37 0 52 120 47 35 103 44
Binary 10011011 1011010 11111 0 101010 1010000 100111 11101 1000011 100100

Color Harmonies of #9B5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A1F

Black with #9B5A1F

Text Example


Text Example

White with #9B5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,31); }

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

background-color css

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

 a { background-color: rgb(155,90,31); }

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

border-color css

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

 span { border-color: rgb(155,90,31); }

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