#947765

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

Shades of Beaver #947765

Tints of Beaver #947765

Color information

#947765 (or 0x947765) is unknown color: approx Beaver. HEX triplet: 94, 77 and 65. RGB value is (148,119,101). Sum of RGB (Red+Green+Blue) = 148+119+101=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #947765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947765 is #6B889A. Grayscale: #7D7D7D. Windows color (decimal): -7047323 or 6649748. OLE color: 6649748.

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

Color convert

RGB148119101-
CMYK00.200.320.42
HSL22.98º18.88%48.82%-
HSV(B)22.98º31.76%58.04%-
XYZ21.1620.4315.14-
YUV125.62114.11143.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 101 (39.84% from 255) = 27.45%
R=40.22%
G=32.34%
B=27.45%

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
Decimal14811910100.200.320.4222.9818.8848.82
Hex947765014202A171331
Octal2241671450244052272361
Binary10010100111011111001010101001000001010101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947765; }

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

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

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

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

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

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

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

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