Html Css Color HEX #8D5C27 Afghan Tan

📋 copy color: '#8D5C27'

red 141 ◦ green 92 ◦ blue 39

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

Shades of Afghan Tan #8D5C27

Tints of Afghan Tan #8D5C27

RGB

 RED value IS 141 (55.47% from 255) = 51.84%

 GREEN value IS 92 (36.33% from 255) = 33.82%

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 51.84%
G = 33.82%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D5C27 (or 0x8D5C27) is known color: Afghan Tan. HEX triplet: 8D, 5C and 27. RGB value is (141,92,39). Sum of RGB (Red+Green+Blue) = 141+92+39=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5C27 is #72A3D8. Grayscale: #646464. Windows color (decimal): -7513049 or 2579597. OLE color: 2579597.

HSL color Cylindrical-coordinate representation of color #8D5C27: hue angle of 31.18º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D5C27 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 92 39 -
CMYK 0 0.35 0.72 0.45
HSL 31.18º 0.57% 0.35% -
HSV(B) 31.18º 0.72% 0.55% -
XYZ 15.18 13.46 3.72 -
YUV 100.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 141 92 39 0 0.35 0.72 0.45 31.18 0.57 0.35
Hex 8D 5C 27 0 23 48 2D 1F 39 23
Octal 215 134 47 0 43 110 55 37 71 43
Binary 10001101 1011100 100111 0 100011 1001000 101101 11111 111001 100011

Color Harmonies of #8D5C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5C27

Black with #8D5C27

Text Example


Text Example

White with #8D5C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,92,39); }

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

background-color css

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

 a { background-color: rgb(141,92,39); }

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

border-color css

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

 span { border-color: rgb(141,92,39); }

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