#926E48

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

Shades of Pale Brown #926E48

Tints of Pale Brown #926E48

Color information

#926E48 (or 0x926E48) is unknown color: approx Pale Brown. HEX triplet: 92, 6E and 48. RGB value is (146,110,72). Sum of RGB (Red+Green+Blue) = 146+110+72=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #926E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926E48 is #6D91B7. Grayscale: #747474. Windows color (decimal): -7180728 or 4746898. OLE color: 4746898.

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

Color convert

RGB14611072-
CMYK00.250.510.43
HSL30.81º33.94%42.75%-
HSV(B)30.81º50.68%57.25%-
XYZ18.617.738.57-
YUV116.43102.93149.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=44.51%
G=33.54%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461107200.250.510.4330.8133.9442.75
Hex926E48019332B1f222b
Octal2221561100316353374253
Binary100100101101110100100001100111001110101111111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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