#947815

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

Shades of Hacienda #947815

Tints of Hacienda #947815

Color information

#947815 (or 0x947815) is unknown color: approx Hacienda. HEX triplet: 94, 78 and 15. RGB value is (148,120,21). Sum of RGB (Red+Green+Blue) = 148+120+21=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #947815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947815 is #6B87EA. Grayscale: #757575. Windows color (decimal): -7047147 or 1407124. OLE color: 1407124.

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

Color convert

RGB14812021-
CMYK00.190.860.42
HSL46.77º75.15%33.14%-
HSV(B)46.77º85.81%58.04%-
XYZ19.0619.783.52-
YUV117.0973.78150.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 21 (8.59% from 255) = 7.27%
R=51.21%
G=41.52%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481202100.190.860.4246.7775.1533.14
Hex947815013562A2f4b21
Octal22417025023126525711341
Binary1001010011110001010101001110101101010101011111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947815; }

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

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

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

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

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

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

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

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