#947813

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

Shades of Hacienda #947813

Tints of Hacienda #947813

Color information

#947813 (or 0x947813) is unknown color: approx Hacienda. HEX triplet: 94, 78 and 13. RGB value is (148,120,19). Sum of RGB (Red+Green+Blue) = 148+120+19=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #947813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947813 is #6B87EC. Grayscale: #757575. Windows color (decimal): -7047149 or 1276052. OLE color: 1276052.

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

Color convert

RGB14812019-
CMYK00.190.870.42
HSL46.98º77.25%32.75%-
HSV(B)46.98º87.16%58.04%-
XYZ19.0519.783.43-
YUV116.8672.78150.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 19 (7.81% from 255) = 6.62%
R=51.57%
G=41.81%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481201900.190.870.4246.9877.2532.75
Hex947813013572A2f4d21
Octal22417023023127525711541
Binary1001010011110001001101001110101111010101011111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947813; }

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

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

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

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

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

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

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

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