#917365

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

Shades of Beaver #917365

Tints of Beaver #917365

Color information

#917365 (or 0x917365) is unknown color: approx Beaver. HEX triplet: 91, 73 and 65. RGB value is (145,115,101). Sum of RGB (Red+Green+Blue) = 145+115+101=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #917365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917365 is #6E8C9A. Grayscale: #7A7A7A. Windows color (decimal): -7244955 or 6648721. OLE color: 6648721.

HSL color Cylindrical-coordinate representation of color #917365: hue angle of 19.09º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917365 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145115101-
CMYK00.210.300.43
HSL19.09º17.89%48.24%-
HSV(B)19.09º30.34%56.86%-
XYZ20.1619.2214.96-
YUV122.37115.94144.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=40.17%
G=31.86%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511510100.210.300.4319.0917.8948.24
Hex9173650151E2B131230
Octal2211631450253653232260
Binary1001000111100111100101010101111101010111001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917365; }

 p { color: rgb(145,115,101); }

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

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

 a { background-color: rgb(145,115,101); }

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

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

 span { border-color: rgb(145,115,101); }

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