#947262

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

Shades of Beaver #947262

Tints of Beaver #947262

Color information

#947262 (or 0x947262) is unknown color: approx Beaver. HEX triplet: 94, 72 and 62. RGB value is (148,114,98). Sum of RGB (Red+Green+Blue) = 148+114+98=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #947262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947262 is #6B8D9D. Grayscale: #7A7A7A. Windows color (decimal): -7048606 or 6451860. OLE color: 6451860.

HSL color Cylindrical-coordinate representation of color #947262: hue angle of 19.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947262 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14811498-
CMYK00.230.340.42
HSL19.2º20.33%48.24%-
HSV(B)19.2º33.78%58.04%-
XYZ20.4319.2114.19-
YUV122.34114.26146.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 98 (38.67% from 255) = 27.22%
R=41.11%
G=31.67%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481149800.230.340.4219.220.3348.24
Hex947262017222A131430
Octal2241621420274252232460
Binary10010100111001011000100101111000101010101001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947262; }

 p { color: rgb(148,114,98); }

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

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

 a { background-color: rgb(148,114,98); }

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

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

 span { border-color: rgb(148,114,98); }

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