#917463

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

Shades of Beaver #917463

Tints of Beaver #917463

Color information

#917463 (or 0x917463) is unknown color: approx Beaver. HEX triplet: 91, 74 and 63. RGB value is (145,116,99). Sum of RGB (Red+Green+Blue) = 145+116+99=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #917463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917463 is #6E8B9C. Grayscale: #7A7A7A. Windows color (decimal): -7244701 or 6517905. OLE color: 6517905.

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

Color convert

RGB14511699-
CMYK00.20.320.43
HSL22.17º18.85%47.84%-
HSV(B)22.17º31.72%56.86%-
XYZ20.1719.4114.49-
YUV122.73114.61143.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=40.28%
G=32.22%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451169900.20.320.4322.1718.8547.84
Hex917463014202B161330
Octal2211641430244053262360
Binary10010001111010011000110101001000001010111011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917463; }

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

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

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

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

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

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

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

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