#947463

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

Shades of Beaver #947463

Tints of Beaver #947463

Color information

#947463 (or 0x947463) is unknown color: approx Beaver. HEX triplet: 94, 74 and 63. RGB value is (148,116,99). Sum of RGB (Red+Green+Blue) = 148+116+99=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #947463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947463 is #6B8B9C. Grayscale: #7B7B7B. Windows color (decimal): -7048093 or 6517908. OLE color: 6517908.

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

Color convert

RGB14811699-
CMYK00.220.330.42
HSL20.82º19.84%48.43%-
HSV(B)20.82º33.11%58.04%-
XYZ20.7119.6914.51-
YUV123.63114.1145.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=40.77%
G=31.96%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481169900.220.330.4220.8219.8448.43
Hex947463016212A151430
Octal2241641430264152252460
Binary10010100111010011000110101101000011010101010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947463; }

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

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

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

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

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

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

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

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