#917259

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

Shades of Beaver #917259

Tints of Beaver #917259

Color information

#917259 (or 0x917259) is unknown color: approx Beaver. HEX triplet: 91, 72 and 59. RGB value is (145,114,89). Sum of RGB (Red+Green+Blue) = 145+114+89=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #917259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917259 is #6E8DA6. Grayscale: #787878. Windows color (decimal): -7245223 or 5862033. OLE color: 5862033.

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

Color convert

RGB14511489-
CMYK00.210.390.43
HSL26.79º23.93%45.88%-
HSV(B)26.79º38.62%56.86%-
XYZ19.518.7812.05-
YUV120.42110.27145.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=41.67%
G=32.76%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451148900.210.390.4326.7923.9345.88
Hex917259015272B1b182e
Octal2211621310254753333056
Binary10010001111001010110010101011001111010111101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917259; }

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

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

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

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

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

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

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

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