#8B541A

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

Shades of Afghan Tan #8B541A

Tints of Afghan Tan #8B541A

Color information

#8B541A (or 0x8B541A) is unknown color: approx Afghan Tan. HEX triplet: 8B, 54 and 1A. RGB value is (139,84,26). Sum of RGB (Red+Green+Blue) = 139+84+26=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B541A is #74ABE5. Grayscale: #5E5E5E. Windows color (decimal): -7646182 or 1725579. OLE color: 1725579.

HSL color Cylindrical-coordinate representation of color #8B541A: hue angle of 30.8º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B541A is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB1398426-
CMYK00.400.810.45
HSL30.8º68.48%32.35%-
HSV(B)30.8º81.29%54.51%-
XYZ1411.92.54-
YUV93.8389.72160.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.82%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=55.82%
G=33.73%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139842600.400.810.4530.868.4832.35
Hex8B541A028512D1f4420
Octal21312432050121553710440
Binary1000101110101001101001010001010001101101111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,26); }

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

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

 a { background-color: rgb(139,84,26); }

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

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

 span { border-color: rgb(139,84,26); }

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