Html Css Color HEX #8B551E Afghan Tan

📋 copy color: '#8B551E'

red 139 ◦ green 85 ◦ blue 30

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

Shades of Afghan Tan #8B551E

Tints of Afghan Tan #8B551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.46%

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 54.72%
G = 33.46%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B551E (or 0x8B551E) is known color: Afghan Tan. HEX triplet: 8B, 55 and 1E. RGB value is (139,85,30). Sum of RGB (Red+Green+Blue) = 139+85+30=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B551E is #74AAE1. Grayscale: #5F5F5F. Windows color (decimal): -7645922 or 1987979. OLE color: 1987979.

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

Color convert

RGB 139 85 30 -
CMYK 0 0.39 0.78 0.45
HSL 30.28º 0.64% 0.33% -
HSV(B) 30.28º 0.78% 0.55% -
XYZ 14.13 12.08 2.82 -
YUV 94.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 139 85 30 0 0.39 0.78 0.45 30.28 0.64 0.33
Hex 8B 55 1E 0 27 4E 2D 1E 40 21
Octal 213 125 36 0 47 116 55 36 100 41
Binary 10001011 1010101 11110 0 100111 1001110 101101 11110 1000000 100001

Color Harmonies of #8B551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B551E

Black with #8B551E

Text Example


Text Example

White with #8B551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,85,30); }

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

background-color css

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

 a { background-color: rgb(139,85,30); }

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

border-color css

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

 span { border-color: rgb(139,85,30); }

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