Html Css Color HEX #8C561F Afghan Tan

📋 copy color: '#8C561F'

red 140 ◦ green 86 ◦ blue 31

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

Shades of Afghan Tan #8C561F

Tints of Afghan Tan #8C561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.46%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 54.47%
G = 33.46%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C561F (or 0x8C561F) is known color: Afghan Tan. HEX triplet: 8C, 56 and 1F. RGB value is (140,86,31). Sum of RGB (Red+Green+Blue) = 140+86+31=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C561F is #73A9E0. Grayscale: #606060. Windows color (decimal): -7580129 or 2053772. OLE color: 2053772.

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

Color convert

RGB 140 86 31 -
CMYK 0 0.39 0.78 0.45
HSL 30.28º 0.64% 0.34% -
HSV(B) 30.28º 0.78% 0.55% -
XYZ 14.39 12.33 2.92 -
YUV 95.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 140 86 31 0 0.39 0.78 0.45 30.28 0.64 0.34
Hex 8C 56 1F 0 27 4E 2D 1E 40 22
Octal 214 126 37 0 47 116 55 36 100 42
Binary 10001100 1010110 11111 0 100111 1001110 101101 11110 1000000 100010

Color Harmonies of #8C561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C561F

Black with #8C561F

Text Example


Text Example

White with #8C561F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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