#927463

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

Shades of Beaver #927463

Tints of Beaver #927463

Color information

#927463 (or 0x927463) is unknown color: approx Beaver. HEX triplet: 92, 74 and 63. RGB value is (146,116,99). Sum of RGB (Red+Green+Blue) = 146+116+99=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #927463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927463 is #6D8B9C. Grayscale: #7B7B7B. Windows color (decimal): -7179165 or 6517906. OLE color: 6517906.

HSL color Cylindrical-coordinate representation of color #927463: hue angle of 21.7º 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 #927463 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14611699-
CMYK00.210.320.43
HSL21.7º19.18%48.04%-
HSV(B)21.7º32.19%57.25%-
XYZ20.3519.514.5-
YUV123.03114.44144.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=40.44%
G=32.13%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461169900.210.320.4321.719.1848.04
Hex927463015202B161330
Octal2221641430254053262360
Binary10010010111010011000110101011000001010111011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927463; }

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

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

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

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

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

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

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

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