#947254

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

Shades of Pale Brown #947254

Tints of Pale Brown #947254

Color information

#947254 (or 0x947254) is unknown color: approx Pale Brown. HEX triplet: 94, 72 and 54. RGB value is (148,114,84). Sum of RGB (Red+Green+Blue) = 148+114+84=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #947254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947254 is #6B8DAB. Grayscale: #787878. Windows color (decimal): -7048620 or 5534356. OLE color: 5534356.

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

Color convert

RGB14811484-
CMYK00.230.430.42
HSL28.12º27.59%45.49%-
HSV(B)28.12º43.24%58.04%-
XYZ19.8318.9711-
YUV120.75107.26147.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=42.77%
G=32.95%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481148400.230.430.4228.1227.5945.49
Hex9472540172B2A1c1c2d
Octal2241621240275352343455
Binary10010100111001010101000101111010111010101110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947254; }

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

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

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

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

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

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

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

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