Html Css Color HEX #8C571F Afghan Tan

📋 copy color: '#8C571F'

red 140 ◦ green 87 ◦ blue 31

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

Shades of Afghan Tan #8C571F

Tints of Afghan Tan #8C571F

RGB

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

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

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

R = 54.26%
G = 33.72%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C571F (or 0x8C571F) is known color: Afghan Tan. HEX triplet: 8C, 57 and 1F. RGB value is (140,87,31). Sum of RGB (Red+Green+Blue) = 140+87+31=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C571F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C571F is #73A8E0. Grayscale: #606060. Windows color (decimal): -7579873 or 2054028. OLE color: 2054028.

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

Color convert

RGB 140 87 31 -
CMYK 0 0.38 0.78 0.45
HSL 30.83º 0.64% 0.34% -
HSV(B) 30.83º 0.78% 0.55% -
XYZ 14.47 12.49 2.94 -
YUV 96.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 140 87 31 0 0.38 0.78 0.45 30.83 0.64 0.34
Hex 8C 57 1F 0 26 4E 2D 1F 40 22
Octal 214 127 37 0 46 116 55 37 100 42
Binary 10001100 1010111 11111 0 100110 1001110 101101 11111 1000000 100010

Color Harmonies of #8C571F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C571F

Black with #8C571F

Text Example


Text Example

White with #8C571F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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