#8B7165

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

Shades of Beaver #8B7165

Tints of Beaver #8B7165

Color information

#8B7165 (or 0x8B7165) is unknown color: approx Beaver. HEX triplet: 8B, 71 and 65. RGB value is (139,113,101). Sum of RGB (Red+Green+Blue) = 139+113+101=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7165 is #748E9A. Grayscale: #777777. Windows color (decimal): -7638683 or 6648203. OLE color: 6648203.

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

Color convert

RGB139113101-
CMYK00.190.270.45
HSL18.95º15.83%47.06%-
HSV(B)18.95º27.34%54.51%-
XYZ18.918.2414.84-
YUV119.41117.61141.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.38%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=39.38%
G=32.01%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911310100.190.270.4518.9515.8347.06
Hex8B71650131B2D13102f
Octal2131611450233355232057
Binary1000101111100011100101010011110111011011001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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