Html Css Color HEX #8B531C Afghan Tan

📋 copy color: '#8B531C'

red 139 ◦ green 83 ◦ blue 28

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

Shades of Afghan Tan #8B531C

Tints of Afghan Tan #8B531C

RGB

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

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

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

R = 55.6%
G = 33.2%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B531C (or 0x8B531C) is known color: Afghan Tan. HEX triplet: 8B, 53 and 1C. RGB value is (139,83,28). Sum of RGB (Red+Green+Blue) = 139+83+28=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B531C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B531C is #74ACE3. Grayscale: #5D5D5D. Windows color (decimal): -7646436 or 1856395. OLE color: 1856395.

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

Color convert

RGB 139 83 28 -
CMYK 0 0.40 0.80 0.45
HSL 29.73º 0.66% 0.33% -
HSV(B) 29.73º 0.8% 0.55% -
XYZ 13.95 11.76 2.63 -
YUV 93.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 139 83 28 0 0.40 0.80 0.45 29.73 0.66 0.33
Hex 8B 53 1C 0 28 50 2D 1E 42 21
Octal 213 123 34 0 50 120 55 36 102 41
Binary 10001011 1010011 11100 0 101000 1010000 101101 11110 1000010 100001

Color Harmonies of #8B531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B531C

Black with #8B531C

Text Example


Text Example

White with #8B531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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