Html Css Color HEX #8A591E Afghan Tan

📋 copy color: '#8A591E'

red 138 ◦ green 89 ◦ blue 30

#8A591E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #8A591E

Tints of Afghan Tan #8A591E

RGB

 RED value IS 138 (54.3% from 255) = 53.7%

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 53.7%
G = 34.63%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A591E (or 0x8A591E) is known color: Afghan Tan. HEX triplet: 8A, 59 and 1E. RGB value is (138,89,30). Sum of RGB (Red+Green+Blue) = 138+89+30=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A591E is #75A6E1. Grayscale: #616161. Windows color (decimal): -7710434 or 1989002. OLE color: 1989002.

HSL color Cylindrical-coordinate representation of color #8A591E: hue angle of 32.78º degrees, saturation: 0.64, 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 #8A591E is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 89 30 -
CMYK 0 0.36 0.78 0.46
HSL 32.78º 0.64% 0.33% -
HSV(B) 32.78º 0.78% 0.54% -
XYZ 14.29 12.64 2.92 -
YUV 96.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 138 89 30 0 0.36 0.78 0.46 32.78 0.64 0.33
Hex 8A 59 1E 0 24 4E 2E 21 40 21
Octal 212 131 36 0 44 116 56 41 100 41
Binary 10001010 1011001 11110 0 100100 1001110 101110 100001 1000000 100001

Color Harmonies of #8A591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A591E

Black with #8A591E

Text Example


Text Example

White with #8A591E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,89,30); }

 H1.HeaderClassName
 {
   color: #8A591E;
 }
 .AnyTagClassName
 {
   color: #8A591E;
 }
</style>

background-color css

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

 a { background-color: rgb(138,89,30); }

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

border-color css

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

 span { border-color: rgb(138,89,30); }

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