#94715F

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

Shades of Beaver #94715F

Tints of Beaver #94715F

Color information

#94715F (or 0x94715F) is unknown color: approx Beaver. HEX triplet: 94, 71 and 5F. RGB value is (148,113,95). Sum of RGB (Red+Green+Blue) = 148+113+95=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94715F is #6B8EA0. Grayscale: #797979. Windows color (decimal): -7048865 or 6254996. OLE color: 6254996.

HSL color Cylindrical-coordinate representation of color #94715F: hue angle of 20.38º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94715F is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14811395-
CMYK00.240.360.42
HSL20.38º21.81%47.65%-
HSV(B)20.38º35.81%58.04%-
XYZ20.1818.9313.42-
YUV121.41113.1146.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=41.57%
G=31.74%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481139500.240.360.4220.3821.8147.65
Hex94715F018242A141630
Octal2241611370304452242660
Binary10010100111000110111110110001001001010101010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94715F; }

 p { color: rgb(148,113,95); }

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

<style>
 a { background-color: #94715F; }

 a { background-color: rgb(148,113,95); }

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

<style>
 span { border-color: #94715F; }

 span { border-color: rgb(148,113,95); }

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