#947565

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

Shades of Beaver #947565

Tints of Beaver #947565

Color information

#947565 (or 0x947565) is unknown color: approx Beaver. HEX triplet: 94, 75 and 65. RGB value is (148,117,101). Sum of RGB (Red+Green+Blue) = 148+117+101=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #947565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947565 is #6B8A9A. Grayscale: #7C7C7C. Windows color (decimal): -7047835 or 6649236. OLE color: 6649236.

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

Color convert

RGB148117101-
CMYK00.210.320.42
HSL20.43º18.88%48.82%-
HSV(B)20.43º31.76%58.04%-
XYZ20.9219.9615.06-
YUV124.44114.77144.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=40.44%
G=31.97%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811710100.210.320.4220.4318.8848.82
Hex947565015202A141331
Octal2241651450254052242361
Binary10010100111010111001010101011000001010101010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947565; }

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

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

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

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

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

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

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

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