#927956

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

Shades of Pale Brown #927956

Tints of Pale Brown #927956

Color information

#927956 (or 0x927956) is unknown color: approx Pale Brown. HEX triplet: 92, 79 and 56. RGB value is (146,121,86). Sum of RGB (Red+Green+Blue) = 146+121+86=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #927956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927956 is #6D86A9. Grayscale: #7C7C7C. Windows color (decimal): -7177898 or 5667218. OLE color: 5667218.

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

Color convert

RGB14612186-
CMYK00.170.410.43
HSL35º25.86%45.49%-
HSV(B)35º41.1%57.25%-
XYZ20.3720.4611.68-
YUV124.48106.28143.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=41.36%
G=34.28%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461218600.170.410.433525.8645.49
Hex927956011292B231a2d
Octal2221711260215153433255
Binary100100101111001101011001000110100110101110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927956; }

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

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

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

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

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

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

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

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