#927365

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

Shades of Beaver #927365

Tints of Beaver #927365

Color information

#927365 (or 0x927365) is unknown color: approx Beaver. HEX triplet: 92, 73 and 65. RGB value is (146,115,101). Sum of RGB (Red+Green+Blue) = 146+115+101=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #927365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927365 is #6D8C9A. Grayscale: #7A7A7A. Windows color (decimal): -7179419 or 6648722. OLE color: 6648722.

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

Color convert

RGB146115101-
CMYK00.210.310.43
HSL18.67º18.22%48.43%-
HSV(B)18.67º30.82%57.25%-
XYZ20.3319.3114.97-
YUV122.67115.77144.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=40.33%
G=31.77%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611510100.210.310.4318.6718.2248.43
Hex9273650151F2B131230
Octal2221631450253753232260
Binary1001001011100111100101010101111111010111001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927365; }

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

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

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

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

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

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

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

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