Html Css Color HEX #8B5727 Afghan Tan

📋 copy color: '#8B5727'

red 139 ◦ green 87 ◦ blue 39

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

Shades of Afghan Tan #8B5727

Tints of Afghan Tan #8B5727

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.83%

 BLUE value IS 39 (15.63% from 255) = 14.72%

R = 52.45%
G = 32.83%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8B5727 (or 0x8B5727) is known color: Afghan Tan. HEX triplet: 8B, 57 and 27. RGB value is (139,87,39). Sum of RGB (Red+Green+Blue) = 139+87+39=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5727 is #74A8D8. Grayscale: #616161. Windows color (decimal): -7645401 or 2578315. OLE color: 2578315.

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

Color convert

RGB 139 87 39 -
CMYK 0 0.37 0.72 0.45
HSL 28.8º 0.56% 0.35% -
HSV(B) 28.8º 0.72% 0.55% -
XYZ 14.42 12.45 3.56 -
YUV 97.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 139 87 39 0 0.37 0.72 0.45 28.8 0.56 0.35
Hex 8B 57 27 0 25 48 2D 1D 38 23
Octal 213 127 47 0 45 110 55 35 70 43
Binary 10001011 1010111 100111 0 100101 1001000 101101 11101 111000 100011

Color Harmonies of #8B5727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5727

Black with #8B5727

Text Example


Text Example

White with #8B5727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,87,39); }

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

background-color css

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

 a { background-color: rgb(139,87,39); }

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

border-color css

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

 span { border-color: rgb(139,87,39); }

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