#8D5826

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

Shades of Afghan Tan #8D5826

Tints of Afghan Tan #8D5826

Color information

#8D5826 (or 0x8D5826) is unknown color: approx Afghan Tan. HEX triplet: 8D, 58 and 26. RGB value is (141,88,38). Sum of RGB (Red+Green+Blue) = 141+88+38=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5826 is #72A7D9. Grayscale: #626262. Windows color (decimal): -7514074 or 2513037. OLE color: 2513037.

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

Color convert

RGB1418838-
CMYK00.380.730.45
HSL29.13º57.54%35.1%-
HSV(B)29.13º73.05%55.29%-
XYZ14.8212.783.52-
YUV98.1594.06158.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=52.81%
G=32.96%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141883800.380.730.4529.1357.5435.1
Hex8D5826026492D1d3a23
Octal2151304604611155357243
Binary1000110110110001001100100110100100110110111101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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