#927449

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

Shades of Pale Brown #927449

Tints of Pale Brown #927449

Color information

#927449 (or 0x927449) is unknown color: approx Pale Brown. HEX triplet: 92, 74 and 49. RGB value is (146,116,73). Sum of RGB (Red+Green+Blue) = 146+116+73=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #927449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927449 is #6D8BB6. Grayscale: #787878. Windows color (decimal): -7179191 or 4813970. OLE color: 4813970.

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

Color convert

RGB14611673-
CMYK00.210.50.43
HSL35.34º33.33%42.94%-
HSV(B)35.34º50%57.25%-
XYZ19.319.088.97-
YUV120.07101.44146.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=43.58%
G=34.63%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461167300.210.50.4335.3433.3342.94
Hex927449015322B23212b
Octal2221641110256253434153
Binary1001001011101001001001010101110010101011100011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927449; }

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

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

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

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

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

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

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

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