Html Css Color HEX #8B6424 Afghan Tan

📋 copy color: '#8B6424'

red 139 ◦ green 100 ◦ blue 36

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

Shades of Afghan Tan #8B6424

Tints of Afghan Tan #8B6424

RGB

 RED value IS 139 (54.69% from 255) = 50.55%

 GREEN value IS 100 (39.45% from 255) = 36.36%

 BLUE value IS 36 (14.45% from 255) = 13.09%

R = 50.55%
G = 36.36%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8B6424 (or 0x8B6424) is known color: Afghan Tan. HEX triplet: 8B, 64 and 24. RGB value is (139,100,36). Sum of RGB (Red+Green+Blue) = 139+100+36=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6424 is #749BDB. Grayscale: #686868. Windows color (decimal): -7642076 or 2385035. OLE color: 2385035.

HSL color Cylindrical-coordinate representation of color #8B6424: hue angle of 37.28º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B6424 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 100 36 -
CMYK 0 0.28 0.74 0.45
HSL 37.28º 0.59% 0.34% -
HSV(B) 37.28º 0.74% 0.55% -
XYZ 15.52 14.73 3.69 -
YUV 104.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 139 100 36 0 0.28 0.74 0.45 37.28 0.59 0.34
Hex 8B 64 24 0 1C 4A 2D 25 3B 22
Octal 213 144 44 0 34 112 55 45 73 42
Binary 10001011 1100100 100100 0 11100 1001010 101101 100101 111011 100010

Color Harmonies of #8B6424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6424

Black with #8B6424

Text Example


Text Example

White with #8B6424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,100,36); }

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

background-color css

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

 a { background-color: rgb(139,100,36); }

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

border-color css

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

 span { border-color: rgb(139,100,36); }

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