#93826F

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

Shades of Squirrel #93826F

Tints of Squirrel #93826F

Color information

#93826F (or 0x93826F) is unknown color: approx Squirrel. HEX triplet: 93, 82 and 6F. RGB value is (147,130,111). Sum of RGB (Red+Green+Blue) = 147+130+111=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93826F is #6C7D90. Grayscale: #858585. Windows color (decimal): -7110033 or 7307923. OLE color: 7307923.

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

Color convert

RGB147130111-
CMYK00.120.240.42
HSL31.67º14.29%50.59%-
HSV(B)31.67º24.49%57.65%-
XYZ22.8823.3218.33-
YUV132.92115.63138.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=37.89%
G=33.51%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713011100.120.240.4231.6714.2950.59
Hex93826F0C182A20e33
Octal2232021570143052401663
Binary1001001110000010110111101100110001010101000001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93826F; }

 p { color: rgb(147,130,111); }

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

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

 a { background-color: rgb(147,130,111); }

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

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

 span { border-color: rgb(147,130,111); }

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