#948312

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

Shades of Hacienda #948312

Tints of Hacienda #948312

Color information

#948312 (or 0x948312) is unknown color: approx Hacienda. HEX triplet: 94, 83 and 12. RGB value is (148,131,18). Sum of RGB (Red+Green+Blue) = 148+131+18=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #948312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948312 is #6B7CED. Grayscale: #7B7B7B. Windows color (decimal): -7044334 or 1213332. OLE color: 1213332.

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

Color convert

RGB14813118-
CMYK00.110.880.42
HSL52.15º78.31%32.55%-
HSV(B)52.15º87.84%58.04%-
XYZ20.4422.573.85-
YUV123.268.63145.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=49.83%
G=44.11%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481311800.110.880.4252.1578.3132.55
Hex9483120B582A344e21
Octal22420322013130526411641
Binary1001010010000011100100101110110001010101101001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948312; }

 p { color: rgb(148,131,18); }

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

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

 a { background-color: rgb(148,131,18); }

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

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

 span { border-color: rgb(148,131,18); }

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