#948372

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

Shades of Squirrel #948372

Tints of Squirrel #948372

Color information

#948372 (or 0x948372) is unknown color: approx Squirrel. HEX triplet: 94, 83 and 72. RGB value is (148,131,114). Sum of RGB (Red+Green+Blue) = 148+131+114=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #948372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948372 is #6B7C8D. Grayscale: #868686. Windows color (decimal): -7044238 or 7504788. OLE color: 7504788.

HSL color Cylindrical-coordinate representation of color #948372: hue angle of 30º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #948372 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB148131114-
CMYK00.110.230.42
HSL30º13.71%51.37%-
HSV(B)30º22.97%58.04%-
XYZ23.3723.7419.27-
YUV134.14116.63137.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=37.66%
G=33.33%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813111400.110.230.423013.7151.37
Hex9483720B172A1ee33
Octal2242031620132752361663
Binary100101001000001111100100101110111101010111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948372; }

 p { color: rgb(148,131,114); }

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

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

 a { background-color: rgb(148,131,114); }

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

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

 span { border-color: rgb(148,131,114); }

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