#917362

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

Shades of Beaver #917362

Tints of Beaver #917362

Color information

#917362 (or 0x917362) is unknown color: approx Beaver. HEX triplet: 91, 73 and 62. RGB value is (145,115,98). Sum of RGB (Red+Green+Blue) = 145+115+98=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #917362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917362 is #6E8C9D. Grayscale: #7A7A7A. Windows color (decimal): -7244958 or 6452113. OLE color: 6452113.

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

Color convert

RGB14511598-
CMYK00.210.320.43
HSL21.7º19.34%47.65%-
HSV(B)21.7º32.41%56.86%-
XYZ20.0119.1614.2-
YUV122.03114.44144.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=40.50%
G=32.12%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451159800.210.320.4321.719.3447.65
Hex917362015202B161330
Octal2211631420254053262360
Binary10010001111001111000100101011000001010111011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917362; }

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

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

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

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

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

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

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

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