#947364

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

Shades of Beaver #947364

Tints of Beaver #947364

Color information

#947364 (or 0x947364) is unknown color: approx Beaver. HEX triplet: 94, 73 and 64. RGB value is (148,115,100). Sum of RGB (Red+Green+Blue) = 148+115+100=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #947364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947364 is #6B8C9B. Grayscale: #7B7B7B. Windows color (decimal): -7048348 or 6583188. OLE color: 6583188.

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

Color convert

RGB148115100-
CMYK00.220.320.42
HSL18.75º19.35%48.63%-
HSV(B)18.75º32.43%58.04%-
XYZ20.6419.4814.73-
YUV123.16114.93145.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=40.77%
G=31.68%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811510000.220.320.4218.7519.3548.63
Hex947364016202A131331
Octal2241631440264052232361
Binary10010100111001111001000101101000001010101001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947364; }

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

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

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

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

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

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

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

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