#927163

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

Shades of Beaver #927163

Tints of Beaver #927163

Color information

#927163 (or 0x927163) is unknown color: approx Beaver. HEX triplet: 92, 71 and 63. RGB value is (146,113,99). Sum of RGB (Red+Green+Blue) = 146+113+99=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #927163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927163 is #6D8E9C. Grayscale: #797979. Windows color (decimal): -7179933 or 6517138. OLE color: 6517138.

HSL color Cylindrical-coordinate representation of color #927163: hue angle of 17.87º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #927163 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14611399-
CMYK00.230.320.43
HSL17.87º19.18%48.04%-
HSV(B)17.87º32.19%57.25%-
XYZ20.0118.8214.38-
YUV121.27115.43145.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=40.78%
G=31.56%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461139900.230.320.4317.8719.1848.04
Hex927163017202B121330
Octal2221611430274053222360
Binary10010010111000111000110101111000001010111001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927163; }

 p { color: rgb(146,113,99); }

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

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

 a { background-color: rgb(146,113,99); }

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

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

 span { border-color: rgb(146,113,99); }

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