#9b5f21

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

Shades of Afghan Tan #9B5F21

Tints of Afghan Tan #9B5F21

Color information

#9B5F21 (or 0x9B5F21) is unknown color: approx Afghan Tan. HEX triplet: 9B, 5F and 21. RGB value is (155,95,33). Sum of RGB (Red+Green+Blue) = 155+95+33=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5F21 is #64A0DE. Grayscale: #6A6A6A. Windows color (decimal): -6594783 or 2187163. OLE color: 2187163.

HSL color Cylindrical-coordinate representation of color #9B5F21: hue angle of 30.49º degrees, saturation: 0.65, 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 #9B5F21 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1559533-
CMYK00.390.790.39
HSL30.49º64.89%36.86%-
HSV(B)30.49º78.71%60.78%-
XYZ17.8815.263.44-
YUV105.8786.88163.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.77%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 33 (13.28% from 255) = 11.66%
R=54.77%
G=33.57%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155953300.390.790.3930.4964.8936.86
Hex9B5F210274F271e4125
Octal23313741047117473610145
Binary10011011101111110000101001111001111100111111101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b5f21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,95,33); }

 H1.HeaderClassName
 {
   color: #9b5f21;
 }
 .AnyTagClassName
 {
   color: #9b5f21;
 }
</style>
background-color css

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

 a { background-color: rgb(155,95,33); }

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

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

 span { border-color: rgb(155,95,33); }

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