#947157

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

Shades of Beaver #947157

Tints of Beaver #947157

Color information

#947157 (or 0x947157) is unknown color: approx Beaver. HEX triplet: 94, 71 and 57. RGB value is (148,113,87). Sum of RGB (Red+Green+Blue) = 148+113+87=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #947157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947157 is #6B8EA8. Grayscale: #787878. Windows color (decimal): -7048873 or 5730708. OLE color: 5730708.

HSL color Cylindrical-coordinate representation of color #947157: hue angle of 25.57º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #947157 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14811387-
CMYK00.240.410.42
HSL25.57º25.96%46.08%-
HSV(B)25.57º41.22%58.04%-
XYZ19.8418.7911.6-
YUV120.5109.1147.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 87 (34.38% from 255) = 25%
R=42.53%
G=32.47%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481138700.240.410.4225.5725.9646.08
Hex947157018292A1a1a2e
Octal2241611270305152323256
Binary10010100111000110101110110001010011010101101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947157; }

 p { color: rgb(148,113,87); }

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

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

 a { background-color: rgb(148,113,87); }

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

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

 span { border-color: rgb(148,113,87); }

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