#947058

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

Shades of Beaver #947058

Tints of Beaver #947058

Color information

#947058 (or 0x947058) is unknown color: approx Beaver. HEX triplet: 94, 70 and 58. RGB value is (148,112,88). Sum of RGB (Red+Green+Blue) = 148+112+88=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #947058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947058 is #6B8FA7. Grayscale: #787878. Windows color (decimal): -7049128 or 5795988. OLE color: 5795988.

HSL color Cylindrical-coordinate representation of color #947058: hue angle of 24º degrees, saturation: 0.25, 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 #947058 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14811288-
CMYK00.240.410.42
HSL24º25.42%46.27%-
HSV(B)24º40.54%58.04%-
XYZ19.7718.5911.78-
YUV120.03109.93147.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=42.53%
G=32.18%
B=25.29%

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
Decimal1481128800.240.410.422425.4246.27
Hex947058018292A18192e
Octal2241601300305152303156
Binary10010100111000010110000110001010011010101100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947058; }

 p { color: rgb(148,112,88); }

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

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

 a { background-color: rgb(148,112,88); }

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

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

 span { border-color: rgb(148,112,88); }

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