#947C13

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

Shades of Hacienda #947C13

Tints of Hacienda #947C13

Color information

#947C13 (or 0x947C13) is unknown color: approx Hacienda. HEX triplet: 94, 7C and 13. RGB value is (148,124,19). Sum of RGB (Red+Green+Blue) = 148+124+19=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #947C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C13 is #6B83EC. Grayscale: #777777. Windows color (decimal): -7046125 or 1277076. OLE color: 1277076.

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

Color convert

RGB14812419-
CMYK00.160.870.42
HSL48.84º77.25%32.75%-
HSV(B)48.84º87.16%58.04%-
XYZ19.5420.763.59-
YUV119.2171.45148.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 19 (7.81% from 255) = 6.53%
R=50.86%
G=42.61%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481241900.160.870.4248.8477.2532.75
Hex947C13010572A314d21
Octal22417423020127526111541
Binary1001010011111001001101000010101111010101100011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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