#8B6526

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

Shades of Afghan Tan #8B6526

Tints of Afghan Tan #8B6526

Color information

#8B6526 (or 0x8B6526) is unknown color: approx Afghan Tan. HEX triplet: 8B, 65 and 26. RGB value is (139,101,38). Sum of RGB (Red+Green+Blue) = 139+101+38=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6526 is #749AD9. Grayscale: #696969. Windows color (decimal): -7641818 or 2516363. OLE color: 2516363.

HSL color Cylindrical-coordinate representation of color #8B6526: hue angle of 37.43º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B6526 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB13910138-
CMYK00.270.730.45
HSL37.43º57.06%34.71%-
HSV(B)37.43º72.66%54.51%-
XYZ15.6514.943.89-
YUV105.1890.09152.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 38 (15.23% from 255) = 13.67%
R=50%
G=36.33%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391013800.270.730.4537.4357.0634.71
Hex8B652601B492D253923
Octal2131454603311155457143
Binary1000101111001011001100110111001001101101100101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,101,38); }

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

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

 a { background-color: rgb(139,101,38); }

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

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

 span { border-color: rgb(139,101,38); }

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