#927A54

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

Shades of Pale Brown #927A54

Tints of Pale Brown #927A54

Color information

#927A54 (or 0x927A54) is unknown color: approx Pale Brown. HEX triplet: 92, 7A and 54. RGB value is (146,122,84). Sum of RGB (Red+Green+Blue) = 146+122+84=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #927A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A54 is #6D85AB. Grayscale: #7D7D7D. Windows color (decimal): -7177644 or 5536402. OLE color: 5536402.

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

Color convert

RGB14612284-
CMYK00.160.420.43
HSL36.77º26.96%45.1%-
HSV(B)36.77º42.47%57.25%-
XYZ20.4120.6711.3-
YUV124.84104.95143.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=41.48%
G=34.66%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461228400.160.420.4336.7726.9645.1
Hex927A540102A2B251b2d
Octal2221721240205253453355
Binary100100101111010101010001000010101010101110010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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