#9B5A22

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

Shades of Afghan Tan #9B5A22

Tints of Afghan Tan #9B5A22

Color information

#9B5A22 (or 0x9B5A22) is unknown color: approx Afghan Tan. HEX triplet: 9B, 5A and 22. RGB value is (155,90,34). Sum of RGB (Red+Green+Blue) = 155+90+34=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5A22 is #64A5DD. Grayscale: #676767. Windows color (decimal): -6596062 or 2251419. OLE color: 2251419.

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

Color convert

RGB1559034-
CMYK00.420.780.39
HSL27.77º64.02%37.06%-
HSV(B)27.77º78.06%60.78%-
XYZ17.4614.43.37-
YUV103.0589.03165.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 34 (13.67% from 255) = 12.19%
R=55.56%
G=32.26%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155903400.420.780.3927.7764.0237.06
Hex9B5A2202A4E271c4025
Octal23313242052116473410045
Binary10011011101101010001001010101001110100111111001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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