#947F1C

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

Shades of Hacienda #947F1C

Tints of Hacienda #947F1C

Color information

#947F1C (or 0x947F1C) is unknown color: approx Hacienda. HEX triplet: 94, 7F and 1C. RGB value is (148,127,28). Sum of RGB (Red+Green+Blue) = 148+127+28=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #947F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947F1C is #6B80E3. Grayscale: #7A7A7A. Windows color (decimal): -7045348 or 1867668. OLE color: 1867668.

HSL color Cylindrical-coordinate representation of color #947F1C: hue angle of 49.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #947F1C is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB14812728-
CMYK00.140.810.42
HSL49.5º68.18%34.51%-
HSV(B)49.5º81.08%58.04%-
XYZ20.0121.564.21-
YUV121.9974.96146.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 127 (50% from 255) = 41.91%
BLUE value IS 28 (11.33% from 255) = 9.24%
R=48.84%
G=41.91%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481272800.140.810.4249.568.1834.51
Hex947F1C0E512A314423
Octal22417734016121526110443
Binary100101001111111111000111010100011010101100011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,127,28); }

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

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

 a { background-color: rgb(148,127,28); }

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

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

 span { border-color: rgb(148,127,28); }

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