#947465

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

Shades of Beaver #947465

Tints of Beaver #947465

Color information

#947465 (or 0x947465) is unknown color: approx Beaver. HEX triplet: 94, 74 and 65. RGB value is (148,116,101). Sum of RGB (Red+Green+Blue) = 148+116+101=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #947465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947465 is #6B8B9A. Grayscale: #7B7B7B. Windows color (decimal): -7048091 or 6648980. OLE color: 6648980.

HSL color Cylindrical-coordinate representation of color #947465: hue angle of 19.15º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #947465 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB148116101-
CMYK00.220.320.42
HSL19.15º18.88%48.82%-
HSV(B)19.15º31.76%58.04%-
XYZ20.8119.7315.02-
YUV123.86115.1145.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=40.55%
G=31.78%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811610100.220.320.4219.1518.8848.82
Hex947465016202A131331
Octal2241641450264052232361
Binary10010100111010011001010101101000001010101001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947465; }

 p { color: rgb(148,116,101); }

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

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

 a { background-color: rgb(148,116,101); }

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

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

 span { border-color: rgb(148,116,101); }

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