Html Css Color HEX #8B561C Afghan Tan

📋 copy color: '#8B561C'

red 139 ◦ green 86 ◦ blue 28

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

Shades of Afghan Tan #8B561C

Tints of Afghan Tan #8B561C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.99%

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

R = 54.94%
G = 33.99%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B561C (or 0x8B561C) is known color: Afghan Tan. HEX triplet: 8B, 56 and 1C. RGB value is (139,86,28). Sum of RGB (Red+Green+Blue) = 139+86+28=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B561C is #74A9E3. Grayscale: #5F5F5F. Windows color (decimal): -7645668 or 1857163. OLE color: 1857163.

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

Color convert

RGB 139 86 28 -
CMYK 0 0.38 0.80 0.45
HSL 31.35º 0.66% 0.33% -
HSV(B) 31.35º 0.8% 0.55% -
XYZ 14.18 12.23 2.71 -
YUV 95.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 139 86 28 0 0.38 0.80 0.45 31.35 0.66 0.33
Hex 8B 56 1C 0 26 50 2D 1F 42 21
Octal 213 126 34 0 46 120 55 37 102 41
Binary 10001011 1010110 11100 0 100110 1010000 101101 11111 1000010 100001

Color Harmonies of #8B561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B561C

Black with #8B561C

Text Example


Text Example

White with #8B561C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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