#9B5A1E

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

Shades of Afghan Tan #9B5A1E

Tints of Afghan Tan #9B5A1E

Color information

#9B5A1E (or 0x9B5A1E) is unknown color: approx Afghan Tan. HEX triplet: 9B, 5A and 1E. RGB value is (155,90,30). Sum of RGB (Red+Green+Blue) = 155+90+30=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5A1E is #64A5E1. Grayscale: #666666. Windows color (decimal): -6596066 or 1989275. OLE color: 1989275.

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

Color convert

RGB1559030-
CMYK00.420.810.39
HSL28.8º67.57%36.27%-
HSV(B)28.8º80.65%60.78%-
XYZ17.4114.373.09-
YUV102.687.03165.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.36%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 30 (12.11% from 255) = 10.91%
R=56.36%
G=32.73%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155903000.420.810.3928.867.5736.27
Hex9B5A1E02A51271d4424
Octal23313236052121473510444
Binary1001101110110101111001010101010001100111111011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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