Html Css Color HEX #8B5E26 Afghan Tan

📋 copy color: '#8B5E26'

red 139 ◦ green 94 ◦ blue 38

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

Shades of Afghan Tan #8B5E26

Tints of Afghan Tan #8B5E26

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

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

R = 51.29%
G = 34.69%
B = 14.02%

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

#8B5E26 (or 0x8B5E26) is known color: Afghan Tan. HEX triplet: 8B, 5E and 26. RGB value is (139,94,38). Sum of RGB (Red+Green+Blue) = 139+94+38=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E26 is #74A1D9. Grayscale: #656565. Windows color (decimal): -7643610 or 2514571. OLE color: 2514571.

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

Color convert

RGB 139 94 38 -
CMYK 0 0.32 0.73 0.45
HSL 33.27º 0.57% 0.35% -
HSV(B) 33.27º 0.73% 0.55% -
XYZ 15 13.63 3.67 -
YUV 101.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 139 94 38 0 0.32 0.73 0.45 33.27 0.57 0.35
Hex 8B 5E 26 0 20 49 2D 21 39 23
Octal 213 136 46 0 40 111 55 41 71 43
Binary 10001011 1011110 100110 0 100000 1001001 101101 100001 111001 100011

Color Harmonies of #8B5E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5E26

Black with #8B5E26

Text Example


Text Example

White with #8B5E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,94,38); }

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

background-color css

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

 a { background-color: rgb(139,94,38); }

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

border-color css

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

 span { border-color: rgb(139,94,38); }

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