#8B5827

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

Shades of Afghan Tan #8B5827

Tints of Afghan Tan #8B5827

Color information

#8B5827 (or 0x8B5827) is unknown color: approx Afghan Tan. HEX triplet: 8B, 58 and 27. RGB value is (139,88,39). Sum of RGB (Red+Green+Blue) = 139+88+39=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5827 is #74A7D8. Grayscale: #616161. Windows color (decimal): -7645145 or 2578571. OLE color: 2578571.

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

Color convert

RGB1398839-
CMYK00.370.720.45
HSL29.4º56.18%34.9%-
HSV(B)29.4º71.94%54.51%-
XYZ14.512.613.59-
YUV97.6694.9157.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=52.26%
G=33.08%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139883900.370.720.4529.456.1834.9
Hex8B5827025482D1d3823
Octal2131304704511055357043
Binary1000101110110001001110100101100100010110111101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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