#947D10

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

Shades of Hacienda #947D10

Tints of Hacienda #947D10

Color information

#947D10 (or 0x947D10) is unknown color: approx Hacienda. HEX triplet: 94, 7D and 10. RGB value is (148,125,16). Sum of RGB (Red+Green+Blue) = 148+125+16=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #947D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947D10 is #6B82EF. Grayscale: #777777. Windows color (decimal): -7045872 or 1080724. OLE color: 1080724.

HSL color Cylindrical-coordinate representation of color #947D10: hue angle of 49.55º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #947D10 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB14812516-
CMYK00.160.890.42
HSL49.55º80.49%32.16%-
HSV(B)49.55º89.19%58.04%-
XYZ19.64213.51-
YUV119.4569.62148.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 16 (6.64% from 255) = 5.54%
R=51.21%
G=43.25%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481251600.160.890.4249.5580.4932.16
Hex947D10010592A325020
Octal22417520020131526212040
Binary1001010011111011000001000010110011010101100101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947D10; }

 p { color: rgb(148,125,16); }

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

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

 a { background-color: rgb(148,125,16); }

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

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

 span { border-color: rgb(148,125,16); }

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