Html Css Color HEX #8B5726 Afghan Tan

📋 copy color: '#8B5726'

red 139 ◦ green 87 ◦ blue 38

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

Shades of Afghan Tan #8B5726

Tints of Afghan Tan #8B5726

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.95%

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

R = 52.65%
G = 32.95%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B5726 (or 0x8B5726) is known color: Afghan Tan. HEX triplet: 8B, 57 and 26. RGB value is (139,87,38). Sum of RGB (Red+Green+Blue) = 139+87+38=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5726 is #74A8D9. Grayscale: #616161. Windows color (decimal): -7645402 or 2512779. OLE color: 2512779.

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

Color convert

RGB 139 87 38 -
CMYK 0 0.37 0.73 0.45
HSL 29.11º 0.57% 0.35% -
HSV(B) 29.11º 0.73% 0.55% -
XYZ 14.41 12.45 3.48 -
YUV 96.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 139 87 38 0 0.37 0.73 0.45 29.11 0.57 0.35
Hex 8B 57 26 0 25 49 2D 1D 39 23
Octal 213 127 46 0 45 111 55 35 71 43
Binary 10001011 1010111 100110 0 100101 1001001 101101 11101 111001 100011

Color Harmonies of #8B5726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5726

Black with #8B5726

Text Example


Text Example

White with #8B5726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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