#947D19

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

Shades of Hacienda #947D19

Tints of Hacienda #947D19

Color information

#947D19 (or 0x947D19) is unknown color: approx Hacienda. HEX triplet: 94, 7D and 19. RGB value is (148,125,25). Sum of RGB (Red+Green+Blue) = 148+125+25=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #947D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947D19 is #6B82E6. Grayscale: #787878. Windows color (decimal): -7045863 or 1670548. OLE color: 1670548.

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

Color convert

RGB14812525-
CMYK00.160.830.42
HSL48.78º71.1%33.92%-
HSV(B)48.78º83.11%58.04%-
XYZ19.7221.033.94-
YUV120.4874.12147.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 125 (49.22% from 255) = 41.95%
BLUE value IS 25 (10.16% from 255) = 8.39%
R=49.66%
G=41.95%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481252500.160.830.4248.7871.133.92
Hex947D19010532A314722
Octal22417531020123526110742
Binary1001010011111011100101000010100111010101100011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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