#948414

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

Shades of Hacienda #948414

Tints of Hacienda #948414

Color information

#948414 (or 0x948414) is unknown color: approx Hacienda. HEX triplet: 94, 84 and 14. RGB value is (148,132,20). Sum of RGB (Red+Green+Blue) = 148+132+20=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #948414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948414 is #6B7BEB. Grayscale: #7C7C7C. Windows color (decimal): -7044076 or 1344660. OLE color: 1344660.

HSL color Cylindrical-coordinate representation of color #948414: hue angle of 52.5º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #948414 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB14813220-
CMYK00.110.860.42
HSL52.5º76.19%32.94%-
HSV(B)52.5º86.49%58.04%-
XYZ20.5922.853.99-
YUV124.0269.3145.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.33%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 20 (8.20% from 255) = 6.67%
R=49.33%
G=44%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481322000.110.860.4252.576.1932.94
Hex9484140B562A344c21
Octal22420424013126526411441
Binary1001010010000100101000101110101101010101101001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948414; }

 p { color: rgb(148,132,20); }

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

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

 a { background-color: rgb(148,132,20); }

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

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

 span { border-color: rgb(148,132,20); }

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