Html Css Color HEX #8B581D Afghan Tan

📋 copy color: '#8B581D'

red 139 ◦ green 88 ◦ blue 29

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

Shades of Afghan Tan #8B581D

Tints of Afghan Tan #8B581D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 54.3%
G = 34.38%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8B581D (or 0x8B581D) is known color: Afghan Tan. HEX triplet: 8B, 58 and 1D. RGB value is (139,88,29). Sum of RGB (Red+Green+Blue) = 139+88+29=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B581D is #74A7E2. Grayscale: #606060. Windows color (decimal): -7645155 or 1923211. OLE color: 1923211.

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

Color convert

RGB 139 88 29 -
CMYK 0 0.37 0.79 0.45
HSL 32.18º 0.65% 0.33% -
HSV(B) 32.18º 0.79% 0.55% -
XYZ 14.36 12.56 2.83 -
YUV 96.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 139 88 29 0 0.37 0.79 0.45 32.18 0.65 0.33
Hex 8B 58 1D 0 25 4F 2D 20 41 21
Octal 213 130 35 0 45 117 55 40 101 41
Binary 10001011 1011000 11101 0 100101 1001111 101101 100000 1000001 100001

Color Harmonies of #8B581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B581D

Black with #8B581D

Text Example


Text Example

White with #8B581D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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