Html Css Color HEX #8C5719 Afghan Tan

📋 copy color: '#8C5719'

red 140 ◦ green 87 ◦ blue 25

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

Shades of Afghan Tan #8C5719

Tints of Afghan Tan #8C5719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 55.56%
G = 34.52%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C5719 (or 0x8C5719) is known color: Afghan Tan. HEX triplet: 8C, 57 and 19. RGB value is (140,87,25). Sum of RGB (Red+Green+Blue) = 140+87+25=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5719 is #73A8E6. Grayscale: #606060. Windows color (decimal): -7579879 or 1660812. OLE color: 1660812.

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

Color convert

RGB 140 87 25 -
CMYK 0 0.38 0.82 0.45
HSL 32.35º 0.7% 0.32% -
HSV(B) 32.35º 0.82% 0.55% -
XYZ 14.4 12.46 2.57 -
YUV 95.78 88.06 159.54 -
System Red Green Blue C M Y K H S L
Decimal 140 87 25 0 0.38 0.82 0.45 32.35 0.7 0.32
Hex 8C 57 19 0 26 52 2D 20 46 20
Octal 214 127 31 0 46 122 55 40 106 40
Binary 10001100 1010111 11001 0 100110 1010010 101101 100000 1000110 100000

Color Harmonies of #8C5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5719

Black with #8C5719

Text Example


Text Example

White with #8C5719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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