Html Css Color HEX #8B521F Afghan Tan

📋 copy color: '#8B521F'

red 139 ◦ green 82 ◦ blue 31

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

Shades of Afghan Tan #8B521F

Tints of Afghan Tan #8B521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 55.16%
G = 32.54%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B521F (or 0x8B521F) is known color: Afghan Tan. HEX triplet: 8B, 52 and 1F. RGB value is (139,82,31). Sum of RGB (Red+Green+Blue) = 139+82+31=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B521F is #74ADE0. Grayscale: #5D5D5D. Windows color (decimal): -7646689 or 2052747. OLE color: 2052747.

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

Color convert

RGB 139 82 31 -
CMYK 0 0.41 0.78 0.45
HSL 28.33º 0.64% 0.33% -
HSV(B) 28.33º 0.78% 0.55% -
XYZ 13.91 11.62 2.81 -
YUV 93.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 139 82 31 0 0.41 0.78 0.45 28.33 0.64 0.33
Hex 8B 52 1F 0 29 4E 2D 1C 40 21
Octal 213 122 37 0 51 116 55 34 100 41
Binary 10001011 1010010 11111 0 101001 1001110 101101 11100 1000000 100001

Color Harmonies of #8B521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B521F

Black with #8B521F

Text Example


Text Example

White with #8B521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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