#927455

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

Shades of Pale Brown #927455

Tints of Pale Brown #927455

Color information

#927455 (or 0x927455) is unknown color: approx Pale Brown. HEX triplet: 92, 74 and 55. RGB value is (146,116,85). Sum of RGB (Red+Green+Blue) = 146+116+85=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #927455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927455 is #6D8BAA. Grayscale: #797979. Windows color (decimal): -7179179 or 5600402. OLE color: 5600402.

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

Color convert

RGB14611685-
CMYK00.210.420.43
HSL30.49º26.41%45.29%-
HSV(B)30.49º41.78%57.25%-
XYZ19.7419.2611.27-
YUV121.44107.44145.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=42.07%
G=33.43%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461168500.210.420.4330.4926.4145.29
Hex9274550152A2B1e1a2d
Octal2221641250255253363255
Binary10010010111010010101010101011010101010111111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927455; }

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

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

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

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

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

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

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

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