Html Css Color HEX #8B5927 Afghan Tan

📋 copy color: '#8B5927'

red 139 ◦ green 89 ◦ blue 39

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

Shades of Afghan Tan #8B5927

Tints of Afghan Tan #8B5927

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.33%

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

R = 52.06%
G = 33.33%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8B5927 (or 0x8B5927) is known color: Afghan Tan. HEX triplet: 8B, 59 and 27. RGB value is (139,89,39). Sum of RGB (Red+Green+Blue) = 139+89+39=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5927 is #74A6D8. Grayscale: #626262. Windows color (decimal): -7644889 or 2578827. OLE color: 2578827.

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

Color convert

RGB 139 89 39 -
CMYK 0 0.36 0.72 0.45
HSL 30º 0.56% 0.35% -
HSV(B) 30º 0.72% 0.55% -
XYZ 14.59 12.78 3.62 -
YUV 98.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 139 89 39 0 0.36 0.72 0.45 30 0.56 0.35
Hex 8B 59 27 0 24 48 2D 1E 38 23
Octal 213 131 47 0 44 110 55 36 70 43
Binary 10001011 1011001 100111 0 100100 1001000 101101 11110 111000 100011

Color Harmonies of #8B5927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5927

Black with #8B5927

Text Example


Text Example

White with #8B5927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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