#94840F

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

Shades of Hacienda #94840F

Tints of Hacienda #94840F

Color information

#94840F (or 0x94840F) is unknown color: approx Hacienda. HEX triplet: 94, 84 and 0F. RGB value is (148,132,15). Sum of RGB (Red+Green+Blue) = 148+132+15=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94840F is #6B7BF0. Grayscale: #7B7B7B. Windows color (decimal): -7044081 or 1016980. OLE color: 1016980.

HSL color Cylindrical-coordinate representation of color #94840F: hue angle of 52.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94840F is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB14813215-
CMYK00.110.900.42
HSL52.78º81.6%31.96%-
HSV(B)52.78º89.86%58.04%-
XYZ20.5522.833.78-
YUV123.4566.8145.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 15 (6.25% from 255) = 5.08%
R=50.17%
G=44.75%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481321500.110.900.4252.7881.631.96
Hex9484F0B5A2A355220
Octal22420417013132526512240
Binary100101001000010011110101110110101010101101011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94840F; }

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

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

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

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

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

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

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

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