#8B7D64

Color #8B7D64 Arrowtown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arrowtown #8B7D64

Tints of Arrowtown #8B7D64

Color information

#8B7D64 (or 0x8B7D64) is unknown color: approx Arrowtown. HEX triplet: 8B, 7D and 64. RGB value is (139,125,100). Sum of RGB (Red+Green+Blue) = 139+125+100=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D64 is #74829B. Grayscale: #7E7E7E. Windows color (decimal): -7635612 or 6585739. OLE color: 6585739.

HSL color Cylindrical-coordinate representation of color #8B7D64: hue angle of 38.46º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B7D64 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB139125100-
CMYK00.100.280.45
HSL38.46º16.32%46.86%-
HSV(B)38.46º28.06%54.51%-
XYZ20.2821.0815.06-
YUV126.34113.14137.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=38.19%
G=34.34%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912510000.100.280.4538.4616.3246.86
Hex8B7D640A1C2D26102f
Octal2131751440123455462057
Binary1000101111111011100100010101110010110110011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,125,100); }

 H1.HeaderClassName
 {
   color: #8B7D64;
 }
 .AnyTagClassName
 {
   color: #8B7D64;
 }
</style>
background-color css

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

 a { background-color: rgb(139,125,100); }

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

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

 span { border-color: rgb(139,125,100); }

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