#947854

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

Shades of Pale Brown #947854

Tints of Pale Brown #947854

Color information

#947854 (or 0x947854) is unknown color: approx Pale Brown. HEX triplet: 94, 78 and 54. RGB value is (148,120,84). Sum of RGB (Red+Green+Blue) = 148+120+84=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947854 is #6B87AB. Grayscale: #7C7C7C. Windows color (decimal): -7047084 or 5535892. OLE color: 5535892.

HSL color Cylindrical-coordinate representation of color #947854: hue angle of 33.75º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947854 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14812084-
CMYK00.190.430.42
HSL33.75º27.59%45.49%-
HSV(B)33.75º43.24%58.04%-
XYZ20.5320.3711.24-
YUV124.27105.28144.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=42.05%
G=34.09%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481208400.190.430.4233.7527.5945.49
Hex9478540132B2A221c2d
Octal2241701240235352423455
Binary100101001111000101010001001110101110101010001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947854; }

 p { color: rgb(148,120,84); }

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

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

 a { background-color: rgb(148,120,84); }

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

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

 span { border-color: rgb(148,120,84); }

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