#8B7C63

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

Shades of Arrowtown #8B7C63

Tints of Arrowtown #8B7C63

Color information

#8B7C63 (or 0x8B7C63) is unknown color: approx Arrowtown. HEX triplet: 8B, 7C and 63. RGB value is (139,124,99). Sum of RGB (Red+Green+Blue) = 139+124+99=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C63 is #74839C. Grayscale: #7D7D7D. Windows color (decimal): -7635869 or 6519947. OLE color: 6519947.

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

Color convert

RGB13912499-
CMYK00.110.290.45
HSL37.5º16.81%46.67%-
HSV(B)37.5º28.78%54.51%-
XYZ20.1120.8114.76-
YUV125.64112.97137.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 99 (39.06% from 255) = 27.35%
R=38.40%
G=34.25%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391249900.110.290.4537.516.8146.67
Hex8B7C630B1D2D25112f
Octal2131741430133555452157
Binary1000101111111001100011010111110110110110010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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