#927456

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

Shades of Pale Brown #927456

Tints of Pale Brown #927456

Color information

#927456 (or 0x927456) is unknown color: approx Pale Brown. HEX triplet: 92, 74 and 56. RGB value is (146,116,86). Sum of RGB (Red+Green+Blue) = 146+116+86=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #927456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927456 is #6D8BA9. Grayscale: #797979. Windows color (decimal): -7179178 or 5665938. OLE color: 5665938.

HSL color Cylindrical-coordinate representation of color #927456: hue angle of 30º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #927456 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB14611686-
CMYK00.210.410.43
HSL30º25.86%45.49%-
HSV(B)30º41.1%57.25%-
XYZ19.7819.2711.48-
YUV121.55107.94145.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=41.95%
G=33.33%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461168600.210.410.433025.8645.49
Hex927456015292B1e1a2d
Octal2221641260255153363255
Binary10010010111010010101100101011010011010111111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927456; }

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

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

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

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

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

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

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

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