#948214

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

Shades of Hacienda #948214

Tints of Hacienda #948214

Color information

#948214 (or 0x948214) is unknown color: approx Hacienda. HEX triplet: 94, 82 and 14. RGB value is (148,130,20). Sum of RGB (Red+Green+Blue) = 148+130+20=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #948214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948214 is #6B7DEB. Grayscale: #7B7B7B. Windows color (decimal): -7044588 or 1344148. OLE color: 1344148.

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

Color convert

RGB14813020-
CMYK00.120.860.42
HSL51.56º76.19%32.94%-
HSV(B)51.56º86.49%58.04%-
XYZ20.3222.313.9-
YUV122.8469.96145.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 20 (8.20% from 255) = 6.71%
R=49.66%
G=43.62%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481302000.120.860.4251.5676.1932.94
Hex9482140C562A344c21
Octal22420224014126526411441
Binary1001010010000010101000110010101101010101101001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948214; }

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

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

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

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

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

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

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

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