Html Css Color HEX #8C521E Afghan Tan

📋 copy color: '#8C521E'

red 140 ◦ green 82 ◦ blue 30

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

Shades of Afghan Tan #8C521E

Tints of Afghan Tan #8C521E

RGB

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

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

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

R = 55.56%
G = 32.54%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C521E (or 0x8C521E) is known color: Afghan Tan. HEX triplet: 8C, 52 and 1E. RGB value is (140,82,30). Sum of RGB (Red+Green+Blue) = 140+82+30=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C521E is #73ADE1. Grayscale: #5D5D5D. Windows color (decimal): -7581154 or 1987212. OLE color: 1987212.

HSL color Cylindrical-coordinate representation of color #8C521E: hue angle of 28.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 #8C521E is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 82 30 -
CMYK 0 0.41 0.79 0.45
HSL 28.36º 0.65% 0.33% -
HSV(B) 28.36º 0.79% 0.55% -
XYZ 14.07 11.7 2.75 -
YUV 93.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 140 82 30 0 0.41 0.79 0.45 28.36 0.65 0.33
Hex 8C 52 1E 0 29 4F 2D 1C 41 21
Octal 214 122 36 0 51 117 55 34 101 41
Binary 10001100 1010010 11110 0 101001 1001111 101101 11100 1000001 100001

Color Harmonies of #8C521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C521E

Black with #8C521E

Text Example


Text Example

White with #8C521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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