Html Css Color HEX #8C521C Afghan Tan

📋 copy color: '#8C521C'

red 140 ◦ green 82 ◦ blue 28

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

Shades of Afghan Tan #8C521C

Tints of Afghan Tan #8C521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 56%
G = 32.8%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8C521C (or 0x8C521C) is known color: Afghan Tan. HEX triplet: 8C, 52 and 1C. RGB value is (140,82,28). Sum of RGB (Red+Green+Blue) = 140+82+28=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C521C is #73ADE3. Grayscale: #5D5D5D. Windows color (decimal): -7581156 or 1856140. OLE color: 1856140.

HSL color Cylindrical-coordinate representation of color #8C521C: hue angle of 28.93º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C521C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 82 28 -
CMYK 0 0.41 0.80 0.45
HSL 28.93º 0.67% 0.33% -
HSV(B) 28.93º 0.8% 0.55% -
XYZ 14.04 11.69 2.62 -
YUV 93.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 140 82 28 0 0.41 0.80 0.45 28.93 0.67 0.33
Hex 8C 52 1C 0 29 50 2D 1D 43 21
Octal 214 122 34 0 51 120 55 35 103 41
Binary 10001100 1010010 11100 0 101001 1010000 101101 11101 1000011 100001

Color Harmonies of #8C521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C521C

Black with #8C521C

Text Example


Text Example

White with #8C521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,28); }

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

background-color css

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

 a { background-color: rgb(140,82,28); }

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

border-color css

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

 span { border-color: rgb(140,82,28); }

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