#927256

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

Shades of Pale Brown #927256

Tints of Pale Brown #927256

Color information

#927256 (or 0x927256) is unknown color: approx Pale Brown. HEX triplet: 92, 72 and 56. RGB value is (146,114,86). Sum of RGB (Red+Green+Blue) = 146+114+86=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #927256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927256 is #6D8DA9. Grayscale: #787878. Windows color (decimal): -7179690 or 5665426. OLE color: 5665426.

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

Color convert

RGB14611486-
CMYK00.220.410.43
HSL28º25.86%45.49%-
HSV(B)28º41.1%57.25%-
XYZ19.5518.8211.41-
YUV120.38108.6146.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=42.20%
G=32.95%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461148600.220.410.432825.8645.49
Hex927256016292B1c1a2d
Octal2221621260265153343255
Binary10010010111001010101100101101010011010111110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927256; }

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

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

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

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

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

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

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

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