#927048

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

Shades of Pale Brown #927048

Tints of Pale Brown #927048

Color information

#927048 (or 0x927048) is unknown color: approx Pale Brown. HEX triplet: 92, 70 and 48. RGB value is (146,112,72). Sum of RGB (Red+Green+Blue) = 146+112+72=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #927048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927048 is #6D8FB7. Grayscale: #757575. Windows color (decimal): -7180216 or 4747410. OLE color: 4747410.

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

Color convert

RGB14611272-
CMYK00.230.510.43
HSL32.43º33.94%42.75%-
HSV(B)32.43º50.68%57.25%-
XYZ18.8218.178.65-
YUV117.61102.26148.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=44.24%
G=33.94%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461127200.230.510.4332.4333.9442.75
Hex927048017332B20222b
Octal2221601100276353404253
Binary1001001011100001001000010111110011101011100000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927048; }

 p { color: rgb(146,112,72); }

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

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

 a { background-color: rgb(146,112,72); }

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

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

 span { border-color: rgb(146,112,72); }

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