#947241

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

Shades of McKenzie #947241

Tints of McKenzie #947241

Color information

#947241 (or 0x947241) is unknown color: approx McKenzie. HEX triplet: 94, 72 and 41. RGB value is (148,114,65). Sum of RGB (Red+Green+Blue) = 148+114+65=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #947241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947241 is #6B8DBE. Grayscale: #767676. Windows color (decimal): -7048639 or 4289172. OLE color: 4289172.

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

Color convert

RGB14811465-
CMYK00.230.560.42
HSL35.42º38.97%41.76%-
HSV(B)35.42º56.08%58.04%-
XYZ19.1818.717.6-
YUV118.5897.76148.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=45.26%
G=34.86%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481146500.230.560.4235.4238.9741.76
Hex947241017382A23272a
Octal2241621010277052434752
Binary1001010011100101000001010111111000101010100011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947241; }

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

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

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

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

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

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

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

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