#947764

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

Shades of Beaver #947764

Tints of Beaver #947764

Color information

#947764 (or 0x947764) is unknown color: approx Beaver. HEX triplet: 94, 77 and 64. RGB value is (148,119,100). Sum of RGB (Red+Green+Blue) = 148+119+100=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #947764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947764 is #6B889B. Grayscale: #7D7D7D. Windows color (decimal): -7047324 or 6584212. OLE color: 6584212.

HSL color Cylindrical-coordinate representation of color #947764: hue angle of 23.75º 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 #947764 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB148119100-
CMYK00.200.320.42
HSL23.75º19.35%48.63%-
HSV(B)23.75º32.43%58.04%-
XYZ21.1120.4114.88-
YUV125.5113.61144.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=40.33%
G=32.43%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811910000.200.320.4223.7519.3548.63
Hex947764014202A181331
Octal2241671440244052302361
Binary10010100111011111001000101001000001010101100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947764; }

 p { color: rgb(148,119,100); }

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

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

 a { background-color: rgb(148,119,100); }

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

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

 span { border-color: rgb(148,119,100); }

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