#937461

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

Shades of Beaver #937461

Tints of Beaver #937461

Color information

#937461 (or 0x937461) is unknown color: approx Beaver. HEX triplet: 93, 74 and 61. RGB value is (147,116,97). Sum of RGB (Red+Green+Blue) = 147+116+97=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #937461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937461 is #6C8B9E. Grayscale: #7B7B7B. Windows color (decimal): -7113631 or 6386835. OLE color: 6386835.

HSL color Cylindrical-coordinate representation of color #937461: hue angle of 22.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #937461 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14711697-
CMYK00.210.340.42
HSL22.8º20.49%47.84%-
HSV(B)22.8º34.01%57.65%-
XYZ20.4419.5614.01-
YUV123.1113.27145.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=40.83%
G=32.22%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471169700.210.340.4222.820.4947.84
Hex937461015222A171430
Octal2231641410254252272460
Binary10010011111010011000010101011000101010101011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937461; }

 p { color: rgb(147,116,97); }

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

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

 a { background-color: rgb(147,116,97); }

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

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

 span { border-color: rgb(147,116,97); }

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