#8C7369

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

Shades of Beaver #8C7369

Tints of Beaver #8C7369

Color information

#8C7369 (or 0x8C7369) is unknown color: approx Beaver. HEX triplet: 8C, 73 and 69. RGB value is (140,115,105). Sum of RGB (Red+Green+Blue) = 140+115+105=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7369 is #738C96. Grayscale: #797979. Windows color (decimal): -7572631 or 6910860. OLE color: 6910860.

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

Color convert

RGB140115105-
CMYK00.180.250.45
HSL17.14º14.29%48.04%-
HSV(B)17.14º25%54.9%-
XYZ19.518.8615.98-
YUV121.34118.78141.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.89%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=38.89%
G=31.94%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011510500.180.250.4517.1414.2948.04
Hex8C7369012192D11e30
Octal2141631510223155211660
Binary100011001110011110100101001011001101101100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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