#917563

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

Shades of Beaver #917563

Tints of Beaver #917563

Color information

#917563 (or 0x917563) is unknown color: approx Beaver. HEX triplet: 91, 75 and 63. RGB value is (145,117,99). Sum of RGB (Red+Green+Blue) = 145+117+99=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #917563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917563 is #6E8A9C. Grayscale: #7B7B7B. Windows color (decimal): -7244445 or 6518161. OLE color: 6518161.

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

Color convert

RGB14511799-
CMYK00.190.320.43
HSL23.48º18.85%47.84%-
HSV(B)23.48º31.72%56.86%-
XYZ20.2919.6414.53-
YUV123.32114.28143.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=40.17%
G=32.41%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451179900.190.320.4323.4818.8547.84
Hex917563013202B171330
Octal2211651430234053272360
Binary10010001111010111000110100111000001010111011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917563; }

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

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

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

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

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

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

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

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