Html Css Color HEX #8B631C Afghan Tan

📋 copy color: '#8B631C'

red 139 ◦ green 99 ◦ blue 28

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

Shades of Afghan Tan #8B631C

Tints of Afghan Tan #8B631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

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

R = 52.26%
G = 37.22%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B631C (or 0x8B631C) is known color: Afghan Tan. HEX triplet: 8B, 63 and 1C. RGB value is (139,99,28). Sum of RGB (Red+Green+Blue) = 139+99+28=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B631C is #749CE3. Grayscale: #676767. Windows color (decimal): -7642340 or 1860491. OLE color: 1860491.

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

Color convert

RGB 139 99 28 -
CMYK 0 0.29 0.80 0.45
HSL 38.38º 0.66% 0.33% -
HSV(B) 38.38º 0.8% 0.55% -
XYZ 15.32 14.5 3.09 -
YUV 102.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 139 99 28 0 0.29 0.80 0.45 38.38 0.66 0.33
Hex 8B 63 1C 0 1D 50 2D 26 42 21
Octal 213 143 34 0 35 120 55 46 102 41
Binary 10001011 1100011 11100 0 11101 1010000 101101 100110 1000010 100001

Color Harmonies of #8B631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B631C

Black with #8B631C

Text Example


Text Example

White with #8B631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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