Html Css Color HEX #8D5718 Afghan Tan

📋 copy color: '#8D5718'

red 141 ◦ green 87 ◦ blue 24

#8D5718
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #8D5718

Tints of Afghan Tan #8D5718

RGB

 RED value IS 141 (55.47% from 255) = 55.95%

 GREEN value IS 87 (34.38% from 255) = 34.52%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 55.95%
G = 34.52%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8D5718 (or 0x8D5718) is known color: Afghan Tan. HEX triplet: 8D, 57 and 18. RGB value is (141,87,24). Sum of RGB (Red+Green+Blue) = 141+87+24=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5718 is #72A8E7. Grayscale: #606060. Windows color (decimal): -7514344 or 1595277. OLE color: 1595277.

HSL color Cylindrical-coordinate representation of color #8D5718: hue angle of 32.31º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D5718 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 87 24 -
CMYK 0 0.38 0.83 0.45
HSL 32.31º 0.71% 0.32% -
HSV(B) 32.31º 0.83% 0.55% -
XYZ 14.56 12.55 2.52 -
YUV 95.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 141 87 24 0 0.38 0.83 0.45 32.31 0.71 0.32
Hex 8D 57 18 0 26 53 2D 20 47 20
Octal 215 127 30 0 46 123 55 40 107 40
Binary 10001101 1010111 11000 0 100110 1010011 101101 100000 1000111 100000

Color Harmonies of #8D5718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5718

Black with #8D5718

Text Example


Text Example

White with #8D5718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,87,24); }

 H1.HeaderClassName
 {
   color: #8D5718;
 }
 .AnyTagClassName
 {
   color: #8D5718;
 }
</style>

background-color css

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

 a { background-color: rgb(141,87,24); }

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

border-color css

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

 span { border-color: rgb(141,87,24); }

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