#926F48

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

Shades of Pale Brown #926F48

Tints of Pale Brown #926F48

Color information

#926F48 (or 0x926F48) is unknown color: approx Pale Brown. HEX triplet: 92, 6F and 48. RGB value is (146,111,72). Sum of RGB (Red+Green+Blue) = 146+111+72=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #926F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926F48 is #6D90B7. Grayscale: #757575. Windows color (decimal): -7180472 or 4747154. OLE color: 4747154.

HSL color Cylindrical-coordinate representation of color #926F48: hue angle of 31.62º 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 #926F48 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB14611172-
CMYK00.240.510.43
HSL31.62º33.94%42.75%-
HSV(B)31.62º50.68%57.25%-
XYZ18.7117.958.61-
YUV117.02102.6148.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=44.38%
G=33.74%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461117200.240.510.4331.6233.9442.75
Hex926F48018332B20222b
Octal2221571100306353404253
Binary1001001011011111001000011000110011101011100000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926F48; }

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

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

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

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

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

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

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

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