#917261

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

Shades of Beaver #917261

Tints of Beaver #917261

Color information

#917261 (or 0x917261) is unknown color: approx Beaver. HEX triplet: 91, 72 and 61. RGB value is (145,114,97). Sum of RGB (Red+Green+Blue) = 145+114+97=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #917261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917261 is #6E8D9E. Grayscale: #797979. Windows color (decimal): -7245215 or 6386321. OLE color: 6386321.

HSL color Cylindrical-coordinate representation of color #917261: hue angle of 21.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917261 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB14511497-
CMYK00.210.330.43
HSL21.25º19.83%47.45%-
HSV(B)21.25º33.1%56.86%-
XYZ19.8518.9213.91-
YUV121.33114.27144.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.73%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 97 (38.28% from 255) = 27.25%
R=40.73%
G=32.02%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451149700.210.330.4321.2519.8347.45
Hex917261015212B15142f
Octal2211621410254153252457
Binary10010001111001011000010101011000011010111010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917261; }

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

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

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

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

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

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

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

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