#94715C

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

Shades of Beaver #94715C

Tints of Beaver #94715C

Color information

#94715C (or 0x94715C) is unknown color: approx Beaver. HEX triplet: 94, 71 and 5C. RGB value is (148,113,92). Sum of RGB (Red+Green+Blue) = 148+113+92=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #94715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94715C is #6B8EA3. Grayscale: #797979. Windows color (decimal): -7048868 or 6058388. OLE color: 6058388.

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

Color convert

RGB14811392-
CMYK00.240.380.42
HSL22.5º23.33%47.06%-
HSV(B)22.5º37.84%58.04%-
XYZ20.0518.8812.71-
YUV121.07111.6147.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=41.93%
G=32.01%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481139200.240.380.4222.523.3347.06
Hex94715C018262A16172f
Octal2241611340304652262757
Binary10010100111000110111000110001001101010101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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