Html Css Color HEX #8B581E Afghan Tan

📋 copy color: '#8B581E'

red 139 ◦ green 88 ◦ blue 30

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

Shades of Afghan Tan #8B581E

Tints of Afghan Tan #8B581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

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

R = 54.09%
G = 34.24%
B = 11.67%

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

#8B581E (or 0x8B581E) is known color: Afghan Tan. HEX triplet: 8B, 58 and 1E. RGB value is (139,88,30). Sum of RGB (Red+Green+Blue) = 139+88+30=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B581E is #74A7E1. Grayscale: #606060. Windows color (decimal): -7645154 or 1988747. OLE color: 1988747.

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

Color convert

RGB 139 88 30 -
CMYK 0 0.37 0.78 0.45
HSL 31.93º 0.64% 0.33% -
HSV(B) 31.93º 0.78% 0.55% -
XYZ 14.37 12.56 2.9 -
YUV 96.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 139 88 30 0 0.37 0.78 0.45 31.93 0.64 0.33
Hex 8B 58 1E 0 25 4E 2D 20 40 21
Octal 213 130 36 0 45 116 55 40 100 41
Binary 10001011 1011000 11110 0 100101 1001110 101101 100000 1000000 100001

Color Harmonies of #8B581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B581E

Black with #8B581E

Text Example


Text Example

White with #8B581E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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