#927265

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

Shades of Beaver #927265

Tints of Beaver #927265

Color information

#927265 (or 0x927265) is unknown color: approx Beaver. HEX triplet: 92, 72 and 65. RGB value is (146,114,101). Sum of RGB (Red+Green+Blue) = 146+114+101=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #927265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927265 is #6D8D9A. Grayscale: #7A7A7A. Windows color (decimal): -7179675 or 6648466. OLE color: 6648466.

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

Color convert

RGB146114101-
CMYK00.220.310.43
HSL17.33º18.22%48.43%-
HSV(B)17.33º30.82%57.25%-
XYZ20.2219.0914.93-
YUV122.09116.1145.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=40.44%
G=31.58%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611410100.220.310.4317.3318.2248.43
Hex9272650161F2B111230
Octal2221621450263753212260
Binary1001001011100101100101010110111111010111000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927265; }

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

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

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

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

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

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

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

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