#947F13

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

Shades of Hacienda #947F13

Tints of Hacienda #947F13

Color information

#947F13 (or 0x947F13) is unknown color: approx Hacienda. HEX triplet: 94, 7F and 13. RGB value is (148,127,19). Sum of RGB (Red+Green+Blue) = 148+127+19=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #947F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947F13 is #6B80EC. Grayscale: #797979. Windows color (decimal): -7045357 or 1277844. OLE color: 1277844.

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

Color convert

RGB14812719-
CMYK00.140.870.42
HSL50.23º77.25%32.75%-
HSV(B)50.23º87.16%58.04%-
XYZ19.9221.523.72-
YUV120.9770.46147.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 127 (50% from 255) = 43.20%
BLUE value IS 19 (7.81% from 255) = 6.46%
R=50.34%
G=43.20%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481271900.140.870.4250.2377.2532.75
Hex947F130E572A324d21
Octal22417723016127526211541
Binary100101001111111100110111010101111010101100101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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