#94715D

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

Shades of Beaver #94715D

Tints of Beaver #94715D

Color information

#94715D (or 0x94715D) is unknown color: approx Beaver. HEX triplet: 94, 71 and 5D. RGB value is (148,113,93). Sum of RGB (Red+Green+Blue) = 148+113+93=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #94715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94715D is #6B8EA2. Grayscale: #797979. Windows color (decimal): -7048867 or 6123924. OLE color: 6123924.

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

Color convert

RGB14811393-
CMYK00.240.370.42
HSL21.82º22.82%47.25%-
HSV(B)21.82º37.16%58.04%-
XYZ20.0918.912.94-
YUV121.18112.1147.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=41.81%
G=31.92%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481139300.240.370.4221.8222.8247.25
Hex94715D018252A16172f
Octal2241611350304552262757
Binary10010100111000110111010110001001011010101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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