#948114

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

Shades of Hacienda #948114

Tints of Hacienda #948114

Color information

#948114 (or 0x948114) is unknown color: approx Hacienda. HEX triplet: 94, 81 and 14. RGB value is (148,129,20). Sum of RGB (Red+Green+Blue) = 148+129+20=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #948114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948114 is #6B7EEB. Grayscale: #7A7A7A. Windows color (decimal): -7044844 or 1343892. OLE color: 1343892.

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

Color convert

RGB14812920-
CMYK00.130.860.42
HSL51.09º76.19%32.94%-
HSV(B)51.09º86.49%58.04%-
XYZ20.1922.053.85-
YUV122.2670.29146.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 20 (8.20% from 255) = 6.73%
R=49.83%
G=43.43%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481292000.130.860.4251.0976.1932.94
Hex9481140D562A334c21
Octal22420124015126526311441
Binary1001010010000001101000110110101101010101100111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948114; }

 p { color: rgb(148,129,20); }

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

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

 a { background-color: rgb(148,129,20); }

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

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

 span { border-color: rgb(148,129,20); }

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