#947051

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

Shades of Pale Brown #947051

Tints of Pale Brown #947051

Color information

#947051 (or 0x947051) is unknown color: approx Pale Brown. HEX triplet: 94, 70 and 51. RGB value is (148,112,81). Sum of RGB (Red+Green+Blue) = 148+112+81=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #947051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947051 is #6B8FAE. Grayscale: #777777. Windows color (decimal): -7049135 or 5337236. OLE color: 5337236.

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

Color convert

RGB14811281-
CMYK00.240.450.42
HSL27.76º29.26%44.9%-
HSV(B)27.76º45.27%58.04%-
XYZ19.4918.4810.32-
YUV119.23106.43148.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=43.40%
G=32.84%
B=23.75%

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
Decimal1481128100.240.450.4227.7629.2644.9
Hex9470510182D2A1c1d2d
Octal2241601210305552343555
Binary10010100111000010100010110001011011010101110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947051; }

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

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

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

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

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

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

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

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