Html Css Color HEX #8C5D1B Afghan Tan

📋 copy color: '#8C5D1B'

red 140 ◦ green 93 ◦ blue 27

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

Shades of Afghan Tan #8C5D1B

Tints of Afghan Tan #8C5D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 53.85%
G = 35.77%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C5D1B (or 0x8C5D1B) is known color: Afghan Tan. HEX triplet: 8C, 5D and 1B. RGB value is (140,93,27). Sum of RGB (Red+Green+Blue) = 140+93+27=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5D1B is #73A2E4. Grayscale: #636363. Windows color (decimal): -7578341 or 1793420. OLE color: 1793420.

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

Color convert

RGB 140 93 27 -
CMYK 0 0.34 0.81 0.45
HSL 35.04º 0.68% 0.33% -
HSV(B) 35.04º 0.81% 0.55% -
XYZ 14.93 13.48 2.85 -
YUV 99.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 140 93 27 0 0.34 0.81 0.45 35.04 0.68 0.33
Hex 8C 5D 1B 0 22 51 2D 23 44 21
Octal 214 135 33 0 42 121 55 43 104 41
Binary 10001100 1011101 11011 0 100010 1010001 101101 100011 1000100 100001

Color Harmonies of #8C5D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5D1B

Black with #8C5D1B

Text Example


Text Example

White with #8C5D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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