Html Css Color HEX #8C581C Afghan Tan

📋 copy color: '#8C581C'

red 140 ◦ green 88 ◦ blue 28

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

Shades of Afghan Tan #8C581C

Tints of Afghan Tan #8C581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

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

R = 54.69%
G = 34.38%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8C581C (or 0x8C581C) is known color: Afghan Tan. HEX triplet: 8C, 58 and 1C. RGB value is (140,88,28). Sum of RGB (Red+Green+Blue) = 140+88+28=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C581C is #73A7E3. Grayscale: #606060. Windows color (decimal): -7579620 or 1857676. OLE color: 1857676.

HSL color Cylindrical-coordinate representation of color #8C581C: hue angle of 32.14º 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 #8C581C is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 88 28 -
CMYK 0 0.37 0.80 0.45
HSL 32.14º 0.67% 0.33% -
HSV(B) 32.14º 0.8% 0.55% -
XYZ 14.51 12.64 2.77 -
YUV 96.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 140 88 28 0 0.37 0.80 0.45 32.14 0.67 0.33
Hex 8C 58 1C 0 25 50 2D 20 43 21
Octal 214 130 34 0 45 120 55 40 103 41
Binary 10001100 1011000 11100 0 100101 1010000 101101 100000 1000011 100001

Color Harmonies of #8C581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C581C

Black with #8C581C

Text Example


Text Example

White with #8C581C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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