#947255

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

Shades of Pale Brown #947255

Tints of Pale Brown #947255

Color information

#947255 (or 0x947255) is unknown color: approx Pale Brown. HEX triplet: 94, 72 and 55. RGB value is (148,114,85). Sum of RGB (Red+Green+Blue) = 148+114+85=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #947255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947255 is #6B8DAA. Grayscale: #797979. Windows color (decimal): -7048619 or 5599892. OLE color: 5599892.

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

Color convert

RGB14811485-
CMYK00.230.430.42
HSL27.62º27.04%45.69%-
HSV(B)27.62º42.57%58.04%-
XYZ19.8718.9911.21-
YUV120.86107.76147.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=42.65%
G=32.85%
B=24.50%

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
Decimal1481148500.230.430.4227.6227.0445.69
Hex9472550172B2A1c1b2e
Octal2241621250275352343356
Binary10010100111001010101010101111010111010101110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947255; }

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

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

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

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

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

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

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

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