#94836E

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

Shades of Squirrel #94836E

Tints of Squirrel #94836E

Color information

#94836E (or 0x94836E) is unknown color: approx Squirrel. HEX triplet: 94, 83 and 6E. RGB value is (148,131,110). Sum of RGB (Red+Green+Blue) = 148+131+110=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94836E is #6B7C91. Grayscale: #858585. Windows color (decimal): -7044242 or 7242644. OLE color: 7242644.

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

Color convert

RGB148131110-
CMYK00.110.260.42
HSL33.16º15.08%50.59%-
HSV(B)33.16º25.68%58.04%-
XYZ23.1423.6518.1-
YUV133.69114.63138.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=38.05%
G=33.68%
B=28.28%

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
Decimal14813111000.110.260.4233.1615.0850.59
Hex94836E0B1A2A21f33
Octal2242031560133252411763
Binary1001010010000011110111001011110101010101000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94836E; }

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

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

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

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

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

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

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

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