#927450

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

Shades of Pale Brown #927450

Tints of Pale Brown #927450

Color information

#927450 (or 0x927450) is unknown color: approx Pale Brown. HEX triplet: 92, 74 and 50. RGB value is (146,116,80). Sum of RGB (Red+Green+Blue) = 146+116+80=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #927450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927450 is #6D8BAF. Grayscale: #797979. Windows color (decimal): -7179184 or 5272722. OLE color: 5272722.

HSL color Cylindrical-coordinate representation of color #927450: hue angle of 32.73º 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 #927450 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14611680-
CMYK00.210.450.43
HSL32.73º29.2%44.31%-
HSV(B)32.73º45.21%57.25%-
XYZ19.5519.1810.26-
YUV120.87104.94145.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.69%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=42.69%
G=33.92%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461168000.210.450.4332.7329.244.31
Hex9274500152D2B211d2c
Octal2221641200255553413554
Binary100100101110100101000001010110110110101110000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927450; }

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

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

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

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

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

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

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

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