#948013

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

Shades of Hacienda #948013

Tints of Hacienda #948013

Color information

#948013 (or 0x948013) is unknown color: approx Hacienda. HEX triplet: 94, 80 and 13. RGB value is (148,128,19). Sum of RGB (Red+Green+Blue) = 148+128+19=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #948013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948013 is #6B7FEC. Grayscale: #7A7A7A. Windows color (decimal): -7045101 or 1278100. OLE color: 1278100.

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

Color convert

RGB14812819-
CMYK00.140.870.42
HSL50.7º77.25%32.75%-
HSV(B)50.7º87.16%58.04%-
XYZ20.0521.783.76-
YUV121.5570.13146.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 19 (7.81% from 255) = 6.44%
R=50.17%
G=43.39%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481281900.140.870.4250.777.2532.75
Hex9480130E572A334d21
Octal22420023016127526311541
Binary1001010010000000100110111010101111010101100111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948013; }

 p { color: rgb(148,128,19); }

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

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

 a { background-color: rgb(148,128,19); }

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

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

 span { border-color: rgb(148,128,19); }

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