#8A541F

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

Shades of Afghan Tan #8A541F

Tints of Afghan Tan #8A541F

Color information

#8A541F (or 0x8A541F) is unknown color: approx Afghan Tan. HEX triplet: 8A, 54 and 1F. RGB value is (138,84,31). Sum of RGB (Red+Green+Blue) = 138+84+31=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A541F is #75ABE0. Grayscale: #5E5E5E. Windows color (decimal): -7711713 or 2053258. OLE color: 2053258.

HSL color Cylindrical-coordinate representation of color #8A541F: hue angle of 29.72º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A541F is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1388431-
CMYK00.390.780.46
HSL29.72º63.31%33.14%-
HSV(B)29.72º77.54%54.12%-
XYZ13.911.842.85-
YUV94.192.39159.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.55%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 31 (12.5% from 255) = 12.25%
R=54.55%
G=33.20%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138843100.390.780.4629.7263.3133.14
Hex8A541F0274E2E1e3f21
Octal2121243704711656367741
Binary100010101010100111110100111100111010111011110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,84,31); }

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

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

 a { background-color: rgb(138,84,31); }

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

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

 span { border-color: rgb(138,84,31); }

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