Html Css Color HEX #8C5F26 Afghan Tan

📋 copy color: '#8C5F26'

red 140 ◦ green 95 ◦ blue 38

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

Shades of Afghan Tan #8C5F26

Tints of Afghan Tan #8C5F26

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.8%

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 51.28%
G = 34.8%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8C5F26 (or 0x8C5F26) is known color: Afghan Tan. HEX triplet: 8C, 5F and 26. RGB value is (140,95,38). Sum of RGB (Red+Green+Blue) = 140+95+38=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5F26 is #73A0D9. Grayscale: #666666. Windows color (decimal): -7577818 or 2514828. OLE color: 2514828.

HSL color Cylindrical-coordinate representation of color #8C5F26: hue angle of 33.53º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C5F26 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 95 38 -
CMYK 0 0.32 0.73 0.45
HSL 33.53º 0.57% 0.35% -
HSV(B) 33.53º 0.73% 0.55% -
XYZ 15.26 13.9 3.71 -
YUV 101.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 140 95 38 0 0.32 0.73 0.45 33.53 0.57 0.35
Hex 8C 5F 26 0 20 49 2D 22 39 23
Octal 214 137 46 0 40 111 55 42 71 43
Binary 10001100 1011111 100110 0 100000 1001001 101101 100010 111001 100011

Color Harmonies of #8C5F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5F26

Black with #8C5F26

Text Example


Text Example

White with #8C5F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,95,38); }

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

background-color css

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

 a { background-color: rgb(140,95,38); }

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

border-color css

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

 span { border-color: rgb(140,95,38); }

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