#927C5D

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

Shades of Sorrell Brown #927C5D

Tints of Sorrell Brown #927C5D

Color information

#927C5D (or 0x927C5D) is unknown color: approx Sorrell Brown. HEX triplet: 92, 7C and 5D. RGB value is (146,124,93). Sum of RGB (Red+Green+Blue) = 146+124+93=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #927C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C5D is #6D83A2. Grayscale: #7F7F7F. Windows color (decimal): -7177123 or 6126738. OLE color: 6126738.

HSL color Cylindrical-coordinate representation of color #927C5D: hue angle of 35.09º 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 #927C5D is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14612493-
CMYK00.150.360.43
HSL35.09º22.18%46.86%-
HSV(B)35.09º36.3%57.25%-
XYZ21.0421.3213.36-
YUV127.04108.79141.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=40.22%
G=34.16%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461249300.150.360.4335.0922.1846.86
Hex927C5D0F242B23162f
Octal2221741350174453432657
Binary10010010111110010111010111110010010101110001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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