Html Css Color HEX #8C5F1A Afghan Tan

📋 copy color: '#8C5F1A'

red 140 ◦ green 95 ◦ blue 26

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

Shades of Afghan Tan #8C5F1A

Tints of Afghan Tan #8C5F1A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.4%

 BLUE value IS 26 (10.55% from 255) = 9.96%

R = 53.64%
G = 36.4%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C5F1A (or 0x8C5F1A) is known color: Afghan Tan. HEX triplet: 8C, 5F and 1A. RGB value is (140,95,26). Sum of RGB (Red+Green+Blue) = 140+95+26=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5F1A is #73A0E5. Grayscale: #646464. Windows color (decimal): -7577830 or 1728396. OLE color: 1728396.

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

Color convert

RGB 140 95 26 -
CMYK 0 0.32 0.81 0.45
HSL 36.32º 0.69% 0.33% -
HSV(B) 36.32º 0.81% 0.55% -
XYZ 15.09 13.83 2.85 -
YUV 100.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 140 95 26 0 0.32 0.81 0.45 36.32 0.69 0.33
Hex 8C 5F 1A 0 20 51 2D 24 45 21
Octal 214 137 32 0 40 121 55 44 105 41
Binary 10001100 1011111 11010 0 100000 1010001 101101 100100 1000101 100001

Color Harmonies of #8C5F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5F1A

Black with #8C5F1A

Text Example


Text Example

White with #8C5F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,95,26); }

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

background-color css

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

 a { background-color: rgb(140,95,26); }

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

border-color css

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

 span { border-color: rgb(140,95,26); }

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