#927257

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

Shades of Pale Brown #927257

Tints of Pale Brown #927257

Color information

#927257 (or 0x927257) is unknown color: approx Pale Brown. HEX triplet: 92, 72 and 57. RGB value is (146,114,87). Sum of RGB (Red+Green+Blue) = 146+114+87=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #927257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927257 is #6D8DA8. Grayscale: #787878. Windows color (decimal): -7179689 or 5730962. OLE color: 5730962.

HSL color Cylindrical-coordinate representation of color #927257: hue angle of 27.46º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927257 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14611487-
CMYK00.220.400.43
HSL27.46º25.32%45.69%-
HSV(B)27.46º40.41%57.25%-
XYZ19.5918.8311.62-
YUV120.49109.1146.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=42.07%
G=32.85%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461148700.220.400.4327.4625.3245.69
Hex927257016282B1b192e
Octal2221621270265053333156
Binary10010010111001010101110101101010001010111101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927257; }

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

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

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

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

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

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

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

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