#8B5A27

Color #8B5A27 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #8B5A27

Tints of Afghan Tan #8B5A27

Color information

#8B5A27 (or 0x8B5A27) is unknown color: approx Afghan Tan. HEX triplet: 8B, 5A and 27. RGB value is (139,90,39). Sum of RGB (Red+Green+Blue) = 139+90+39=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A27 is #74A5D8. Grayscale: #636363. Windows color (decimal): -7644633 or 2579083. OLE color: 2579083.

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

Color convert

RGB1399039-
CMYK00.350.720.45
HSL30.6º56.18%34.9%-
HSV(B)30.6º71.94%54.51%-
XYZ14.6712.953.65-
YUV98.8494.23156.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.87%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 39 (15.62% from 255) = 14.55%
R=51.87%
G=33.58%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139903900.350.720.4530.656.1834.9
Hex8B5A27023482D1f3823
Octal2131324704311055377043
Binary1000101110110101001110100011100100010110111111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,90,39); }

 H1.HeaderClassName
 {
   color: #8B5A27;
 }
 .AnyTagClassName
 {
   color: #8B5A27;
 }
</style>
background-color css

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

 a { background-color: rgb(139,90,39); }

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

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

 span { border-color: rgb(139,90,39); }

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