#927953

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

Shades of Pale Brown #927953

Tints of Pale Brown #927953

Color information

#927953 (or 0x927953) is unknown color: approx Pale Brown. HEX triplet: 92, 79 and 53. RGB value is (146,121,83). Sum of RGB (Red+Green+Blue) = 146+121+83=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #927953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927953 is #6D86AC. Grayscale: #7C7C7C. Windows color (decimal): -7177901 or 5470610. OLE color: 5470610.

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

Color convert

RGB14612183-
CMYK00.170.430.43
HSL36.19º27.51%44.9%-
HSV(B)36.19º43.15%57.25%-
XYZ20.2520.4111.06-
YUV124.14104.78143.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 83 (32.81% from 255) = 23.71%
R=41.71%
G=34.57%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461218300.170.430.4336.1927.5144.9
Hex9279530112B2B241c2d
Octal2221711230215353443455
Binary100100101111001101001101000110101110101110010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927953; }

 p { color: rgb(146,121,83); }

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

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

 a { background-color: rgb(146,121,83); }

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

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

 span { border-color: rgb(146,121,83); }

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