#947052

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

Shades of Pale Brown #947052

Tints of Pale Brown #947052

Color information

#947052 (or 0x947052) is unknown color: approx Pale Brown. HEX triplet: 94, 70 and 52. RGB value is (148,112,82). Sum of RGB (Red+Green+Blue) = 148+112+82=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #947052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947052 is #6B8FAD. Grayscale: #777777. Windows color (decimal): -7049134 or 5402772. OLE color: 5402772.

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

Color convert

RGB14811282-
CMYK00.240.450.42
HSL27.27º28.7%45.1%-
HSV(B)27.27º44.59%58.04%-
XYZ19.5318.4910.52-
YUV119.34106.93148.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=43.27%
G=32.75%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481128200.240.450.4227.2728.745.1
Hex9470520182D2A1b1d2d
Octal2241601220305552333555
Binary10010100111000010100100110001011011010101101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947052; }

 p { color: rgb(148,112,82); }

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

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

 a { background-color: rgb(148,112,82); }

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

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

 span { border-color: rgb(148,112,82); }

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