Html Css Color HEX #8C5718 Afghan Tan

📋 copy color: '#8C5718'

red 140 ◦ green 87 ◦ blue 24

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

Shades of Afghan Tan #8C5718

Tints of Afghan Tan #8C5718

RGB

 RED value IS 140 (55.08% from 255) = 55.78%

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

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

R = 55.78%
G = 34.66%
B = 9.56%

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

#8C5718 (or 0x8C5718) is known color: Afghan Tan. HEX triplet: 8C, 57 and 18. RGB value is (140,87,24). Sum of RGB (Red+Green+Blue) = 140+87+24=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5718 is #73A8E7. Grayscale: #5F5F5F. Windows color (decimal): -7579880 or 1595276. OLE color: 1595276.

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

Color convert

RGB 140 87 24 -
CMYK 0 0.38 0.83 0.45
HSL 32.59º 0.71% 0.32% -
HSV(B) 32.59º 0.83% 0.55% -
XYZ 14.39 12.46 2.51 -
YUV 95.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 140 87 24 0 0.38 0.83 0.45 32.59 0.71 0.32
Hex 8C 57 18 0 26 53 2D 21 47 20
Octal 214 127 30 0 46 123 55 41 107 40
Binary 10001100 1010111 11000 0 100110 1010011 101101 100001 1000111 100000

Color Harmonies of #8C5718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5718

Black with #8C5718

Text Example


Text Example

White with #8C5718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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