Html Css Color HEX #8B531D Afghan Tan

📋 copy color: '#8B531D'

red 139 ◦ green 83 ◦ blue 29

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

Shades of Afghan Tan #8B531D

Tints of Afghan Tan #8B531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

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

R = 55.38%
G = 33.07%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8B531D (or 0x8B531D) is known color: Afghan Tan. HEX triplet: 8B, 53 and 1D. RGB value is (139,83,29). Sum of RGB (Red+Green+Blue) = 139+83+29=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B531D is #74ACE2. Grayscale: #5D5D5D. Windows color (decimal): -7646435 or 1921931. OLE color: 1921931.

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

Color convert

RGB 139 83 29 -
CMYK 0 0.40 0.79 0.45
HSL 29.45º 0.65% 0.33% -
HSV(B) 29.45º 0.79% 0.55% -
XYZ 13.96 11.76 2.7 -
YUV 93.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 139 83 29 0 0.40 0.79 0.45 29.45 0.65 0.33
Hex 8B 53 1D 0 28 4F 2D 1D 41 21
Octal 213 123 35 0 50 117 55 35 101 41
Binary 10001011 1010011 11101 0 101000 1001111 101101 11101 1000001 100001

Color Harmonies of #8B531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B531D

Black with #8B531D

Text Example


Text Example

White with #8B531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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