#927B5E

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

Shades of Sorrell Brown #927B5E

Tints of Sorrell Brown #927B5E

Color information

#927B5E (or 0x927B5E) is unknown color: approx Sorrell Brown. HEX triplet: 92, 7B and 5E. RGB value is (146,123,94). Sum of RGB (Red+Green+Blue) = 146+123+94=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #927B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B5E is #6D84A1. Grayscale: #7E7E7E. Windows color (decimal): -7177378 or 6192018. OLE color: 6192018.

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

Color convert

RGB14612394-
CMYK00.160.360.43
HSL33.46º21.67%47.06%-
HSV(B)33.46º35.62%57.25%-
XYZ20.9621.0913.55-
YUV126.57109.62141.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 123 (48.44% from 255) = 33.88%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=40.22%
G=33.88%
B=25.90%

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
Decimal1461239400.160.360.4333.4621.6747.06
Hex927B5E010242B21162f
Octal2221731360204453412657
Binary100100101111011101111001000010010010101110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,123,94); }

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

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

 a { background-color: rgb(146,123,94); }

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

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

 span { border-color: rgb(146,123,94); }

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