#938172

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

Shades of Squirrel #938172

Tints of Squirrel #938172

Color information

#938172 (or 0x938172) is unknown color: approx Squirrel. HEX triplet: 93, 81 and 72. RGB value is (147,129,114). Sum of RGB (Red+Green+Blue) = 147+129+114=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #938172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938172 is #6C7E8D. Grayscale: #848484. Windows color (decimal): -7110286 or 7504275. OLE color: 7504275.

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

Color convert

RGB147129114-
CMYK00.120.220.42
HSL27.27º13.25%51.18%-
HSV(B)27.27º22.45%57.65%-
XYZ22.9223.1219.17-
YUV132.67117.46138.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=37.69%
G=33.08%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712911400.120.220.4227.2713.2551.18
Hex9381720C162A1bd33
Octal2232011620142652331563
Binary100100111000000111100100110010110101010110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938172; }

 p { color: rgb(147,129,114); }

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

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

 a { background-color: rgb(147,129,114); }

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

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

 span { border-color: rgb(147,129,114); }

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