#8B5726

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

Shades of Afghan Tan #8B5726

Tints of Afghan Tan #8B5726

Color information

#8B5726 (or 0x8B5726) is unknown color: approx Afghan Tan. HEX triplet: 8B, 57 and 26. RGB value is (139,87,38). Sum of RGB (Red+Green+Blue) = 139+87+38=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5726 is #74A8D9. Grayscale: #616161. Windows color (decimal): -7645402 or 2512779. OLE color: 2512779.

HSL color Cylindrical-coordinate representation of color #8B5726: hue angle of 29.11º 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 #8B5726 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1398738-
CMYK00.370.730.45
HSL29.11º57.06%34.71%-
HSV(B)29.11º72.66%54.51%-
XYZ14.4112.453.48-
YUV96.9694.73157.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 38 (15.23% from 255) = 14.39%
R=52.65%
G=32.95%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139873800.370.730.4529.1157.0634.71
Hex8B5726025492D1d3923
Octal2131274604511155357143
Binary1000101110101111001100100101100100110110111101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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