#8c541a

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

Shades of Afghan Tan #8C541A

Tints of Afghan Tan #8C541A

Color information

#8C541A (or 0x8C541A) is unknown color: approx Afghan Tan. HEX triplet: 8C, 54 and 1A. RGB value is (140,84,26). Sum of RGB (Red+Green+Blue) = 140+84+26=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C541A is #73ABE5. Grayscale: #5E5E5E. Windows color (decimal): -7580646 or 1725580. OLE color: 1725580.

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

Color convert

RGB1408426-
CMYK00.40.810.45
HSL30.53º68.67%32.55%-
HSV(B)30.53º81.43%54.9%-
XYZ14.1711.992.54-
YUV94.1389.55160.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=56%
G=33.6%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140842600.40.810.4530.5368.6732.55
Hex8C541A028512D1f4521
Octal21412432050121553710541
Binary1000110010101001101001010001010001101101111111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c541a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,84,26); }

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

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

 a { background-color: rgb(140,84,26); }

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

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

 span { border-color: rgb(140,84,26); }

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