#8B7369

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

Shades of Beaver #8B7369

Tints of Beaver #8B7369

Color information

#8B7369 (or 0x8B7369) is unknown color: approx Beaver. HEX triplet: 8B, 73 and 69. RGB value is (139,115,105). Sum of RGB (Red+Green+Blue) = 139+115+105=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7369 is #748C96. Grayscale: #797979. Windows color (decimal): -7638167 or 6910859. OLE color: 6910859.

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

Color convert

RGB139115105-
CMYK00.170.240.45
HSL17.65º13.93%47.84%-
HSV(B)17.65º24.46%54.51%-
XYZ19.3318.7715.97-
YUV121.04118.95140.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=38.72%
G=32.03%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911510500.170.240.4517.6513.9347.84
Hex8B7369011182D12e30
Octal2131631510213055221660
Binary100010111110011110100101000111000101101100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,105); }

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

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

 a { background-color: rgb(139,115,105); }

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

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

 span { border-color: rgb(139,115,105); }

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