Html Css Color HEX #8C5F1D Afghan Tan

📋 copy color: '#8C5F1D'

red 140 ◦ green 95 ◦ blue 29

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

Shades of Afghan Tan #8C5F1D

Tints of Afghan Tan #8C5F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 53.03%
G = 35.98%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C5F1D (or 0x8C5F1D) is known color: Afghan Tan. HEX triplet: 8C, 5F and 1D. RGB value is (140,95,29). Sum of RGB (Red+Green+Blue) = 140+95+29=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5F1D is #73A0E2. Grayscale: #656565. Windows color (decimal): -7577827 or 1925004. OLE color: 1925004.

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

Color convert

RGB 140 95 29 -
CMYK 0 0.32 0.79 0.45
HSL 35.68º 0.66% 0.33% -
HSV(B) 35.68º 0.79% 0.55% -
XYZ 15.13 13.85 3.04 -
YUV 100.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 140 95 29 0 0.32 0.79 0.45 35.68 0.66 0.33
Hex 8C 5F 1D 0 20 4F 2D 24 42 21
Octal 214 137 35 0 40 117 55 44 102 41
Binary 10001100 1011111 11101 0 100000 1001111 101101 100100 1000010 100001

Color Harmonies of #8C5F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5F1D

Black with #8C5F1D

Text Example


Text Example

White with #8C5F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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