#8B5826

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

Shades of Afghan Tan #8B5826

Tints of Afghan Tan #8B5826

Color information

#8B5826 (or 0x8B5826) is unknown color: approx Afghan Tan. HEX triplet: 8B, 58 and 26. RGB value is (139,88,38). Sum of RGB (Red+Green+Blue) = 139+88+38=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5826 is #74A7D9. Grayscale: #616161. Windows color (decimal): -7645146 or 2513035. OLE color: 2513035.

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

Color convert

RGB1398838-
CMYK00.370.730.45
HSL29.7º57.06%34.71%-
HSV(B)29.7º72.66%54.51%-
XYZ14.4912.613.5-
YUV97.5594.4157.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=52.45%
G=33.21%
B=14.34%

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
Decimal139883800.370.730.4529.757.0634.71
Hex8B5826025492D1e3923
Octal2131304604511155367143
Binary1000101110110001001100100101100100110110111110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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