#927C5B

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

Shades of Pale Brown #927C5B

Tints of Pale Brown #927C5B

Color information

#927C5B (or 0x927C5B) is unknown color: approx Pale Brown. HEX triplet: 92, 7C and 5B. RGB value is (146,124,91). Sum of RGB (Red+Green+Blue) = 146+124+91=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #927C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C5B is #6D83A4. Grayscale: #7E7E7E. Windows color (decimal): -7177125 or 5995666. OLE color: 5995666.

HSL color Cylindrical-coordinate representation of color #927C5B: hue angle of 36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927C5B is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14612491-
CMYK00.150.380.43
HSL36º23.21%46.47%-
HSV(B)36º37.67%57.25%-
XYZ20.9521.2812.9-
YUV126.82107.79141.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 91 (35.94% from 255) = 25.21%
R=40.44%
G=34.35%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461249100.150.380.433623.2146.47
Hex927C5B0F262B24172e
Octal2221741330174653442756
Binary10010010111110010110110111110011010101110010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,124,91); }

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

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

 a { background-color: rgb(146,124,91); }

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

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

 span { border-color: rgb(146,124,91); }

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