#927349

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

Shades of Pale Brown #927349

Tints of Pale Brown #927349

Color information

#927349 (or 0x927349) is unknown color: approx Pale Brown. HEX triplet: 92, 73 and 49. RGB value is (146,115,73). Sum of RGB (Red+Green+Blue) = 146+115+73=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #927349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927349 is #6D8CB6. Grayscale: #777777. Windows color (decimal): -7179447 or 4813714. OLE color: 4813714.

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

Color convert

RGB14611573-
CMYK00.210.50.43
HSL34.52º33.33%42.94%-
HSV(B)34.52º50%57.25%-
XYZ19.1918.858.93-
YUV119.48101.77146.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=43.71%
G=34.43%
B=21.86%

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
Decimal1461157300.210.50.4334.5233.3342.94
Hex927349015322B23212b
Octal2221631110256253434153
Binary1001001011100111001001010101110010101011100011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927349; }

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

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

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

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

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

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

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

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