#8B7D65

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

Shades of Arrowtown #8B7D65

Tints of Arrowtown #8B7D65

Color information

#8B7D65 (or 0x8B7D65) is unknown color: approx Arrowtown. HEX triplet: 8B, 7D and 65. RGB value is (139,125,101). Sum of RGB (Red+Green+Blue) = 139+125+101=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D65 is #74829A. Grayscale: #7E7E7E. Windows color (decimal): -7635611 or 6651275. OLE color: 6651275.

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

Color convert

RGB139125101-
CMYK00.100.270.45
HSL37.89º15.83%47.06%-
HSV(B)37.89º27.34%54.51%-
XYZ20.3321.115.31-
YUV126.45113.64136.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=38.08%
G=34.25%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912510100.100.270.4537.8915.8347.06
Hex8B7D650A1B2D26102f
Octal2131751450123355462057
Binary1000101111111011100101010101101110110110011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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