Html Css Color HEX #8A581F Afghan Tan

📋 copy color: '#8A581F'

red 138 ◦ green 88 ◦ blue 31

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

Shades of Afghan Tan #8A581F

Tints of Afghan Tan #8A581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 53.7%
G = 34.24%
B = 12.06%

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

#8A581F (or 0x8A581F) is known color: Afghan Tan. HEX triplet: 8A, 58 and 1F. RGB value is (138,88,31). Sum of RGB (Red+Green+Blue) = 138+88+31=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A581F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A581F is #75A7E0. Grayscale: #606060. Windows color (decimal): -7710689 or 2054282. OLE color: 2054282.

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

Color convert

RGB 138 88 31 -
CMYK 0 0.36 0.78 0.46
HSL 31.96º 0.63% 0.33% -
HSV(B) 31.96º 0.78% 0.54% -
XYZ 14.22 12.48 2.96 -
YUV 96.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 138 88 31 0 0.36 0.78 0.46 31.96 0.63 0.33
Hex 8A 58 1F 0 24 4E 2E 20 3F 21
Octal 212 130 37 0 44 116 56 40 77 41
Binary 10001010 1011000 11111 0 100100 1001110 101110 100000 111111 100001

Color Harmonies of #8A581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A581F

Black with #8A581F

Text Example


Text Example

White with #8A581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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