#947045

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

Shades of Pale Brown #947045

Tints of Pale Brown #947045

Color information

#947045 (or 0x947045) is unknown color: approx Pale Brown. HEX triplet: 94, 70 and 45. RGB value is (148,112,69). Sum of RGB (Red+Green+Blue) = 148+112+69=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #947045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947045 is #6B8FBA. Grayscale: #767676. Windows color (decimal): -7049147 or 4550804. OLE color: 4550804.

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

Color convert

RGB14811269-
CMYK00.240.530.42
HSL32.66º36.41%42.55%-
HSV(B)32.66º53.38%58.04%-
XYZ19.0818.318.16-
YUV117.86100.43149.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=44.98%
G=34.04%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481126900.240.530.4232.6636.4142.55
Hex947045018352A21242b
Octal2241601050306552414453
Binary1001010011100001000101011000110101101010100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947045; }

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

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

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

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

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

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

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

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