#927150

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

Shades of Pale Brown #927150

Tints of Pale Brown #927150

Color information

#927150 (or 0x927150) is unknown color: approx Pale Brown. HEX triplet: 92, 71 and 50. RGB value is (146,113,80). Sum of RGB (Red+Green+Blue) = 146+113+80=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #927150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927150 is #6D8EAF. Grayscale: #777777. Windows color (decimal): -7179952 or 5271954. OLE color: 5271954.

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

Color convert

RGB14611380-
CMYK00.230.450.43
HSL30º29.2%44.31%-
HSV(B)30º45.21%57.25%-
XYZ19.2118.510.15-
YUV119.1105.93147.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=43.07%
G=33.33%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461138000.230.450.433029.244.31
Hex9271500172D2B1e1d2c
Octal2221611200275553363554
Binary10010010111000110100000101111011011010111111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927150; }

 p { color: rgb(146,113,80); }

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

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

 a { background-color: rgb(146,113,80); }

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

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

 span { border-color: rgb(146,113,80); }

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