#8B551D

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

Shades of Afghan Tan #8B551D

Tints of Afghan Tan #8B551D

Color information

#8B551D (or 0x8B551D) is unknown color: approx Afghan Tan. HEX triplet: 8B, 55 and 1D. RGB value is (139,85,29). Sum of RGB (Red+Green+Blue) = 139+85+29=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B551D is #74AAE2. Grayscale: #5F5F5F. Windows color (decimal): -7645923 or 1922443. OLE color: 1922443.

HSL color Cylindrical-coordinate representation of color #8B551D: hue angle of 30.55º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B551D is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1398529-
CMYK00.390.790.45
HSL30.55º65.48%32.94%-
HSV(B)30.55º79.14%54.51%-
XYZ14.1212.072.75-
YUV94.7690.89159.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.94%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=54.94%
G=33.60%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139852900.390.790.4530.5565.4832.94
Hex8B551D0274F2D1f4121
Octal21312535047117553710141
Binary1000101110101011110101001111001111101101111111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,29); }

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

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

 a { background-color: rgb(139,85,29); }

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

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

 span { border-color: rgb(139,85,29); }

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