#927955

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

Shades of Pale Brown #927955

Tints of Pale Brown #927955

Color information

#927955 (or 0x927955) is unknown color: approx Pale Brown. HEX triplet: 92, 79 and 55. RGB value is (146,121,85). Sum of RGB (Red+Green+Blue) = 146+121+85=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #927955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927955 is #6D86AA. Grayscale: #7C7C7C. Windows color (decimal): -7177899 or 5601682. OLE color: 5601682.

HSL color Cylindrical-coordinate representation of color #927955: hue angle of 35.41º degrees, saturation: 0.26, 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 #927955 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14612185-
CMYK00.170.420.43
HSL35.41º26.41%45.29%-
HSV(B)35.41º41.78%57.25%-
XYZ20.3320.4411.47-
YUV124.37105.78143.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 85 (33.59% from 255) = 24.15%
R=41.48%
G=34.38%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461218500.170.420.4335.4126.4145.29
Hex9279550112A2B231a2d
Octal2221711250215253433255
Binary100100101111001101010101000110101010101110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927955; }

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

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

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

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

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

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

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

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