#9B5E1E

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

Shades of Afghan Tan #9B5E1E

Tints of Afghan Tan #9B5E1E

Color information

#9B5E1E (or 0x9B5E1E) is unknown color: approx Afghan Tan. HEX triplet: 9B, 5E and 1E. RGB value is (155,94,30). Sum of RGB (Red+Green+Blue) = 155+94+30=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E1E is #64A1E1. Grayscale: #696969. Windows color (decimal): -6595042 or 1990299. OLE color: 1990299.

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

Color convert

RGB1559430-
CMYK00.390.810.39
HSL30.72º67.57%36.27%-
HSV(B)30.72º80.65%60.78%-
XYZ17.7515.073.2-
YUV104.9485.71163.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 30 (12.11% from 255) = 10.75%
R=55.56%
G=33.69%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155943000.390.810.3930.7267.5736.27
Hex9B5E1E02751271f4424
Octal23313636047121473710444
Binary1001101110111101111001001111010001100111111111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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