Html Css Color HEX #8C581D Afghan Tan

📋 copy color: '#8C581D'

red 140 ◦ green 88 ◦ blue 29

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

Shades of Afghan Tan #8C581D

Tints of Afghan Tan #8C581D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 54.47%
G = 34.24%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C581D (or 0x8C581D) is known color: Afghan Tan. HEX triplet: 8C, 58 and 1D. RGB value is (140,88,29). Sum of RGB (Red+Green+Blue) = 140+88+29=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C581D is #73A7E2. Grayscale: #616161. Windows color (decimal): -7579619 or 1923212. OLE color: 1923212.

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

Color convert

RGB 140 88 29 -
CMYK 0 0.37 0.79 0.45
HSL 31.89º 0.66% 0.33% -
HSV(B) 31.89º 0.79% 0.55% -
XYZ 14.53 12.64 2.84 -
YUV 96.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 140 88 29 0 0.37 0.79 0.45 31.89 0.66 0.33
Hex 8C 58 1D 0 25 4F 2D 20 42 21
Octal 214 130 35 0 45 117 55 40 102 41
Binary 10001100 1011000 11101 0 100101 1001111 101101 100000 1000010 100001

Color Harmonies of #8C581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C581D

Black with #8C581D

Text Example


Text Example

White with #8C581D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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