#93836F

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

Shades of Squirrel #93836F

Tints of Squirrel #93836F

Color information

#93836F (or 0x93836F) is unknown color: approx Squirrel. HEX triplet: 93, 83 and 6F. RGB value is (147,131,111). Sum of RGB (Red+Green+Blue) = 147+131+111=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93836F is #6C7C90. Grayscale: #858585. Windows color (decimal): -7109777 or 7308179. OLE color: 7308179.

HSL color Cylindrical-coordinate representation of color #93836F: hue angle of 33.33º 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 #93836F is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB147131111-
CMYK00.110.240.42
HSL33.33º14.29%50.59%-
HSV(B)33.33º24.49%57.65%-
XYZ23.0223.5818.38-
YUV133.5115.3137.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=37.79%
G=33.68%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713111100.110.240.4233.3314.2950.59
Hex93836F0B182A21e33
Octal2232031570133052411663
Binary1001001110000011110111101011110001010101000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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