#927A5D

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

Shades of Pale Brown #927A5D

Tints of Pale Brown #927A5D

Color information

#927A5D (or 0x927A5D) is unknown color: approx Pale Brown. HEX triplet: 92, 7A and 5D. RGB value is (146,122,93). Sum of RGB (Red+Green+Blue) = 146+122+93=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #927A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A5D is #6D85A2. Grayscale: #7E7E7E. Windows color (decimal): -7177635 or 6126226. OLE color: 6126226.

HSL color Cylindrical-coordinate representation of color #927A5D: hue angle of 32.83º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #927A5D is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14612293-
CMYK00.160.360.43
HSL32.83º22.18%46.86%-
HSV(B)32.83º36.3%57.25%-
XYZ20.7920.8213.28-
YUV125.87109.45142.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=40.44%
G=33.80%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461229300.160.360.4332.8322.1846.86
Hex927A5D010242B21162f
Octal2221721350204453412657
Binary100100101111010101110101000010010010101110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927A5D; }

 p { color: rgb(146,122,93); }

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

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

 a { background-color: rgb(146,122,93); }

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

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

 span { border-color: rgb(146,122,93); }

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