#947140

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

Shades of McKenzie #947140

Tints of McKenzie #947140

Color information

#947140 (or 0x947140) is unknown color: approx McKenzie. HEX triplet: 94, 71 and 40. RGB value is (148,113,64). Sum of RGB (Red+Green+Blue) = 148+113+64=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #947140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947140 is #6B8EBF. Grayscale: #767676. Windows color (decimal): -7048896 or 4223380. OLE color: 4223380.

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

Color convert

RGB14811364-
CMYK00.240.570.42
HSL35º39.62%41.57%-
HSV(B)35º56.76%58.04%-
XYZ19.0418.487.41-
YUV117.8897.6149.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=45.54%
G=34.77%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481136400.240.570.423539.6241.57
Hex947140018392A23282a
Octal2241611000307152435052
Binary1001010011100011000000011000111001101010100011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947140; }

 p { color: rgb(148,113,64); }

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

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

 a { background-color: rgb(148,113,64); }

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

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

 span { border-color: rgb(148,113,64); }

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