#927149

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

Shades of Pale Brown #927149

Tints of Pale Brown #927149

Color information

#927149 (or 0x927149) is unknown color: approx Pale Brown. HEX triplet: 92, 71 and 49. RGB value is (146,113,73). Sum of RGB (Red+Green+Blue) = 146+113+73=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #927149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927149 is #6D8EB6. Grayscale: #767676. Windows color (decimal): -7179959 or 4813202. OLE color: 4813202.

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

Color convert

RGB14611373-
CMYK00.230.50.43
HSL32.88º33.33%42.94%-
HSV(B)32.88º50%57.25%-
XYZ18.9618.48.86-
YUV118.31102.43147.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=43.98%
G=34.04%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461137300.230.50.4332.8833.3342.94
Hex927149017322B21212b
Octal2221611110276253414153
Binary1001001011100011001001010111110010101011100001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927149; }

 p { color: rgb(146,113,73); }

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

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

 a { background-color: rgb(146,113,73); }

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

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

 span { border-color: rgb(146,113,73); }

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