#8C561D

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

Shades of Afghan Tan #8C561D

Tints of Afghan Tan #8C561D

Color information

#8C561D (or 0x8C561D) is unknown color: approx Afghan Tan. HEX triplet: 8C, 56 and 1D. RGB value is (140,86,29). Sum of RGB (Red+Green+Blue) = 140+86+29=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C561D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C561D is #73A9E2. Grayscale: #5F5F5F. Windows color (decimal): -7580131 or 1922700. OLE color: 1922700.

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

Color convert

RGB1408629-
CMYK00.390.790.45
HSL30.81º65.68%33.14%-
HSV(B)30.81º79.29%54.9%-
XYZ14.3612.322.78-
YUV95.6590.39159.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 29 (11.72% from 255) = 11.37%
R=54.90%
G=33.73%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140862900.390.790.4530.8165.6833.14
Hex8C561D0274F2D1f4221
Octal21412635047117553710241
Binary1000110010101101110101001111001111101101111111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,86,29); }

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

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

 a { background-color: rgb(140,86,29); }

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

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

 span { border-color: rgb(140,86,29); }

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