#917265

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

Shades of Beaver #917265

Tints of Beaver #917265

Color information

#917265 (or 0x917265) is unknown color: approx Beaver. HEX triplet: 91, 72 and 65. RGB value is (145,114,101). Sum of RGB (Red+Green+Blue) = 145+114+101=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #917265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917265 is #6E8D9A. Grayscale: #797979. Windows color (decimal): -7245211 or 6648465. OLE color: 6648465.

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

Color convert

RGB145114101-
CMYK00.210.300.43
HSL17.73º17.89%48.24%-
HSV(B)17.73º30.34%56.86%-
XYZ20.0418.9914.92-
YUV121.79116.27144.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=40.28%
G=31.67%
B=28.06%

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
Decimal14511410100.210.300.4317.7317.8948.24
Hex9172650151E2B121230
Octal2211621450253653222260
Binary1001000111100101100101010101111101010111001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917265; }

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

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

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

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

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

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

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

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