#947515

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

Shades of Hacienda #947515

Tints of Hacienda #947515

Color information

#947515 (or 0x947515) is unknown color: approx Hacienda. HEX triplet: 94, 75 and 15. RGB value is (148,117,21). Sum of RGB (Red+Green+Blue) = 148+117+21=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #947515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947515 is #6B8AEA. Grayscale: #737373. Windows color (decimal): -7047915 or 1406356. OLE color: 1406356.

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

Color convert

RGB14811721-
CMYK00.210.860.42
HSL45.35º75.15%33.14%-
HSV(B)45.35º85.81%58.04%-
XYZ18.7119.073.4-
YUV115.3274.77151.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.75%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 21 (8.59% from 255) = 7.34%
R=51.75%
G=40.91%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481172100.210.860.4245.3575.1533.14
Hex947515015562A2d4b21
Octal22416525025126525511341
Binary1001010011101011010101010110101101010101011011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947515; }

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

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

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

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

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

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

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

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