Html Css Color HEX #8C5D1E Afghan Tan

📋 copy color: '#8C5D1E'

red 140 ◦ green 93 ◦ blue 30

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

Shades of Afghan Tan #8C5D1E

Tints of Afghan Tan #8C5D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.36%

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 53.23%
G = 35.36%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C5D1E (or 0x8C5D1E) is known color: Afghan Tan. HEX triplet: 8C, 5D and 1E. RGB value is (140,93,30). Sum of RGB (Red+Green+Blue) = 140+93+30=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5D1E is #73A2E1. Grayscale: #646464. Windows color (decimal): -7578338 or 1990028. OLE color: 1990028.

HSL color Cylindrical-coordinate representation of color #8C5D1E: hue angle of 34.36º degrees, saturation: 0.65, 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 #8C5D1E is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 93 30 -
CMYK 0 0.34 0.79 0.45
HSL 34.36º 0.65% 0.33% -
HSV(B) 34.36º 0.79% 0.55% -
XYZ 14.96 13.5 3.04 -
YUV 99.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 140 93 30 0 0.34 0.79 0.45 34.36 0.65 0.33
Hex 8C 5D 1E 0 22 4F 2D 22 41 21
Octal 214 135 36 0 42 117 55 42 101 41
Binary 10001100 1011101 11110 0 100010 1001111 101101 100010 1000001 100001

Color Harmonies of #8C5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5D1E

Black with #8C5D1E

Text Example


Text Example

White with #8C5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,93,30); }

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

background-color css

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

 a { background-color: rgb(140,93,30); }

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

border-color css

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

 span { border-color: rgb(140,93,30); }

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