Html Css Color HEX #8C5527 Afghan Tan

📋 copy color: '#8C5527'

red 140 ◦ green 85 ◦ blue 39

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

Shades of Afghan Tan #8C5527

Tints of Afghan Tan #8C5527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

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

R = 53.03%
G = 32.2%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8C5527 (or 0x8C5527) is known color: Afghan Tan. HEX triplet: 8C, 55 and 27. RGB value is (140,85,39). Sum of RGB (Red+Green+Blue) = 140+85+39=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5527 is #73AAD8. Grayscale: #606060. Windows color (decimal): -7580377 or 2577804. OLE color: 2577804.

HSL color Cylindrical-coordinate representation of color #8C5527: hue angle of 27.33º degrees, saturation: 0.56, 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 #8C5527 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 85 39 -
CMYK 0 0.39 0.72 0.45
HSL 27.33º 0.56% 0.35% -
HSV(B) 27.33º 0.72% 0.55% -
XYZ 14.43 12.22 3.52 -
YUV 96.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 140 85 39 0 0.39 0.72 0.45 27.33 0.56 0.35
Hex 8C 55 27 0 27 48 2D 1B 38 23
Octal 214 125 47 0 47 110 55 33 70 43
Binary 10001100 1010101 100111 0 100111 1001000 101101 11011 111000 100011

Color Harmonies of #8C5527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5527

Black with #8C5527

Text Example


Text Example

White with #8C5527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,85,39); }

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

background-color css

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

 a { background-color: rgb(140,85,39); }

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

border-color css

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

 span { border-color: rgb(140,85,39); }

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