#8A5D1B

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

Shades of Afghan Tan #8A5D1B

Tints of Afghan Tan #8A5D1B

Color information

#8A5D1B (or 0x8A5D1B) is unknown color: approx Afghan Tan. HEX triplet: 8A, 5D and 1B. RGB value is (138,93,27). Sum of RGB (Red+Green+Blue) = 138+93+27=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5D1B is #75A2E4. Grayscale: #636363. Windows color (decimal): -7709413 or 1793418. OLE color: 1793418.

HSL color Cylindrical-coordinate representation of color #8A5D1B: hue angle of 35.68º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A5D1B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1389327-
CMYK00.330.800.46
HSL35.68º67.27%32.35%-
HSV(B)35.68º80.43%54.12%-
XYZ14.5913.312.84-
YUV98.9387.41155.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.49%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 27 (10.94% from 255) = 10.47%
R=53.49%
G=36.05%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138932700.330.800.4635.6867.2732.35
Hex8A5D1B021502E244320
Octal21213533041120564410340
Binary10001010101110111011010000110100001011101001001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,93,27); }

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

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

 a { background-color: rgb(138,93,27); }

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

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

 span { border-color: rgb(138,93,27); }

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