#947240

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

Shades of McKenzie #947240

Tints of McKenzie #947240

Color information

#947240 (or 0x947240) is unknown color: approx McKenzie. HEX triplet: 94, 72 and 40. RGB value is (148,114,64). Sum of RGB (Red+Green+Blue) = 148+114+64=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #947240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947240 is #6B8DBF. Grayscale: #767676. Windows color (decimal): -7048640 or 4223636. OLE color: 4223636.

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

Color convert

RGB14811464-
CMYK00.230.570.42
HSL35.71º39.62%41.57%-
HSV(B)35.71º56.76%58.04%-
XYZ19.1618.77.45-
YUV118.4797.26149.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=45.40%
G=34.97%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481146400.230.570.4235.7139.6241.57
Hex947240017392A24282a
Octal2241621000277152445052
Binary1001010011100101000000010111111001101010100100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947240; }

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

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

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

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

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

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

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

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