Html Css Color HEX #8B571C Afghan Tan

📋 copy color: '#8B571C'

red 139 ◦ green 87 ◦ blue 28

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

Shades of Afghan Tan #8B571C

Tints of Afghan Tan #8B571C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 54.72%
G = 34.25%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B571C (or 0x8B571C) is known color: Afghan Tan. HEX triplet: 8B, 57 and 1C. RGB value is (139,87,28). Sum of RGB (Red+Green+Blue) = 139+87+28=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B571C is #74A8E3. Grayscale: #606060. Windows color (decimal): -7645412 or 1857419. OLE color: 1857419.

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

Color convert

RGB 139 87 28 -
CMYK 0 0.37 0.80 0.45
HSL 31.89º 0.66% 0.33% -
HSV(B) 31.89º 0.8% 0.55% -
XYZ 14.27 12.39 2.74 -
YUV 95.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 139 87 28 0 0.37 0.80 0.45 31.89 0.66 0.33
Hex 8B 57 1C 0 25 50 2D 20 42 21
Octal 213 127 34 0 45 120 55 40 102 41
Binary 10001011 1010111 11100 0 100101 1010000 101101 100000 1000010 100001

Color Harmonies of #8B571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B571C

Black with #8B571C

Text Example


Text Example

White with #8B571C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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