Html Css Color HEX #8B571F Afghan Tan

📋 copy color: '#8B571F'

red 139 ◦ green 87 ◦ blue 31

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

Shades of Afghan Tan #8B571F

Tints of Afghan Tan #8B571F

RGB

 RED value IS 139 (54.69% from 255) = 54.09%

 GREEN value IS 87 (34.38% from 255) = 33.85%

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

R = 54.09%
G = 33.85%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B571F (or 0x8B571F) is known color: Afghan Tan. HEX triplet: 8B, 57 and 1F. RGB value is (139,87,31). Sum of RGB (Red+Green+Blue) = 139+87+31=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B571F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B571F is #74A8E0. Grayscale: #606060. Windows color (decimal): -7645409 or 2054027. OLE color: 2054027.

HSL color Cylindrical-coordinate representation of color #8B571F: hue angle of 31.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B571F is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 87 31 -
CMYK 0 0.37 0.78 0.45
HSL 31.11º 0.64% 0.33% -
HSV(B) 31.11º 0.78% 0.55% -
XYZ 14.3 12.4 2.94 -
YUV 96.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 139 87 31 0 0.37 0.78 0.45 31.11 0.64 0.33
Hex 8B 57 1F 0 25 4E 2D 1F 40 21
Octal 213 127 37 0 45 116 55 37 100 41
Binary 10001011 1010111 11111 0 100101 1001110 101101 11111 1000000 100001

Color Harmonies of #8B571F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B571F

Black with #8B571F

Text Example


Text Example

White with #8B571F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,87,31); }

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

background-color css

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

 a { background-color: rgb(139,87,31); }

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

border-color css

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

 span { border-color: rgb(139,87,31); }

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