#9B5A1F

Color #9B5A1F Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #9B5A1F

Tints of Afghan Tan #9B5A1F

Color information

#9B5A1F (or 0x9B5A1F) is unknown color: approx 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

RGB1559031-
CMYK00.420.80.39
HSL28.55º66.67%36.47%-
HSV(B)28.55º80%60.78%-
XYZ17.4214.383.15-
YUV102.7187.53165.3-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155903100.420.80.3928.5566.6736.47
Hex9B5A1F02A50271d4324
Octal23313237052120473510344
Binary1001101110110101111101010101010000100111111011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>