#8D551E

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

Shades of Afghan Tan #8D551E

Tints of Afghan Tan #8D551E

Color information

#8D551E (or 0x8D551E) is unknown color: approx Afghan Tan. HEX triplet: 8D, 55 and 1E. RGB value is (141,85,30). Sum of RGB (Red+Green+Blue) = 141+85+30=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D551E is #72AAE1. Grayscale: #5F5F5F. Windows color (decimal): -7514850 or 1987981. OLE color: 1987981.

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

Color convert

RGB1418530-
CMYK00.400.790.45
HSL29.73º64.91%33.53%-
HSV(B)29.73º78.72%55.29%-
XYZ14.4712.252.83-
YUV95.4791.05160.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.08%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 30 (12.11% from 255) = 11.72%
R=55.08%
G=33.20%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141853000.400.790.4529.7364.9133.53
Hex8D551E0284F2D1e4122
Octal21512536050117553610142
Binary1000110110101011111001010001001111101101111101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,85,30); }

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

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

 a { background-color: rgb(141,85,30); }

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

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

 span { border-color: rgb(141,85,30); }

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