#93836D

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

Shades of Squirrel #93836D

Tints of Squirrel #93836D

Color information

#93836D (or 0x93836D) is unknown color: approx Squirrel. HEX triplet: 93, 83 and 6D. RGB value is (147,131,109). Sum of RGB (Red+Green+Blue) = 147+131+109=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93836D is #6C7C92. Grayscale: #858585. Windows color (decimal): -7109779 or 7177107. OLE color: 7177107.

HSL color Cylindrical-coordinate representation of color #93836D: hue angle of 34.74º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93836D is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB147131109-
CMYK00.110.260.42
HSL34.74º14.96%50.2%-
HSV(B)34.74º25.85%57.65%-
XYZ22.9123.5417.8-
YUV133.28114.3137.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=37.98%
G=33.85%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713110900.110.260.4234.7414.9650.2
Hex93836D0B1A2A23f32
Octal2232031550133252431762
Binary1001001110000011110110101011110101010101000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93836D; }

 p { color: rgb(147,131,109); }

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

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

 a { background-color: rgb(147,131,109); }

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

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

 span { border-color: rgb(147,131,109); }

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