#8B611E

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

Shades of Afghan Tan #8B611E

Tints of Afghan Tan #8B611E

Color information

#8B611E (or 0x8B611E) is unknown color: approx Afghan Tan. HEX triplet: 8B, 61 and 1E. RGB value is (139,97,30). Sum of RGB (Red+Green+Blue) = 139+97+30=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B611E is #749EE1. Grayscale: #666666. Windows color (decimal): -7642850 or 1991051. OLE color: 1991051.

HSL color Cylindrical-coordinate representation of color #8B611E: hue angle of 36.88º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B611E is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB1399730-
CMYK00.300.780.45
HSL36.88º64.5%33.14%-
HSV(B)36.88º78.42%54.51%-
XYZ15.1614.133.16-
YUV101.9287.41154.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=52.26%
G=36.47%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139973000.300.780.4536.8864.533.14
Hex8B611E01E4E2D254021
Octal21314136036116554510041
Binary1000101111000011111001111010011101011011001011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B611E; }

 p { color: rgb(139,97,30); }

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

<style>
 a { background-color: #8B611E; }

 a { background-color: rgb(139,97,30); }

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

<style>
 span { border-color: #8B611E; }

 span { border-color: rgb(139,97,30); }

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