#927A51

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

Shades of Pale Brown #927A51

Tints of Pale Brown #927A51

Color information

#927A51 (or 0x927A51) is unknown color: approx Pale Brown. HEX triplet: 92, 7A and 51. RGB value is (146,122,81). Sum of RGB (Red+Green+Blue) = 146+122+81=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #927A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A51 is #6D85AE. Grayscale: #7C7C7C. Windows color (decimal): -7177647 or 5339794. OLE color: 5339794.

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

Color convert

RGB14612281-
CMYK00.160.450.43
HSL37.85º28.63%44.51%-
HSV(B)37.85º44.52%57.25%-
XYZ20.320.6210.7-
YUV124.5103.45143.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 81 (32.03% from 255) = 23.21%
R=41.83%
G=34.96%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461228100.160.450.4337.8528.6344.51
Hex927A510102D2B261d2d
Octal2221721210205553463555
Binary100100101111010101000101000010110110101110011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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