#947816

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

Shades of Hacienda #947816

Tints of Hacienda #947816

Color information

#947816 (or 0x947816) is unknown color: approx Hacienda. HEX triplet: 94, 78 and 16. RGB value is (148,120,22). Sum of RGB (Red+Green+Blue) = 148+120+22=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #947816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947816 is #6B87E9. Grayscale: #757575. Windows color (decimal): -7047146 or 1472660. OLE color: 1472660.

HSL color Cylindrical-coordinate representation of color #947816: hue angle of 46.67º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #947816 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB14812022-
CMYK00.190.850.42
HSL46.67º74.12%33.33%-
HSV(B)46.67º85.14%58.04%-
XYZ19.0719.793.57-
YUV117.274.28149.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=51.03%
G=41.38%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481202200.190.850.4246.6774.1233.33
Hex947816013552A2f4a21
Octal22417026023125525711241
Binary1001010011110001011001001110101011010101011111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947816; }

 p { color: rgb(148,120,22); }

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

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

 a { background-color: rgb(148,120,22); }

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

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

 span { border-color: rgb(148,120,22); }

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