#947C1B

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

Shades of Hacienda #947C1B

Tints of Hacienda #947C1B

Color information

#947C1B (or 0x947C1B) is unknown color: approx Hacienda. HEX triplet: 94, 7C and 1B. RGB value is (148,124,27). Sum of RGB (Red+Green+Blue) = 148+124+27=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #947C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C1B is #6B83E4. Grayscale: #787878. Windows color (decimal): -7046117 or 1801364. OLE color: 1801364.

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

Color convert

RGB14812427-
CMYK00.160.820.42
HSL48.1º69.14%34.31%-
HSV(B)48.1º81.76%58.04%-
XYZ19.6220.794.02-
YUV120.1275.45147.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.50%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 27 (10.94% from 255) = 9.03%
R=49.50%
G=41.47%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481242700.160.820.4248.169.1434.31
Hex947C1B010522A304522
Octal22417433020122526010542
Binary1001010011111001101101000010100101010101100001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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