#94790A

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

Shades of Hacienda #94790A

Tints of Hacienda #94790A

Color information

#94790A (or 0x94790A) is unknown color: approx Hacienda. HEX triplet: 94, 79 and 0A. RGB value is (148,121,10). Sum of RGB (Red+Green+Blue) = 148+121+10=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #94790A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94790A is #6B86F5. Grayscale: #747474. Windows color (decimal): -7046902 or 686484. OLE color: 686484.

HSL color Cylindrical-coordinate representation of color #94790A: hue angle of 48.26º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94790A is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14812110-
CMYK00.180.930.42
HSL48.26º87.34%30.98%-
HSV(B)48.26º93.24%58.04%-
XYZ19.119.993.14-
YUV116.4267.95150.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 10 (4.30% from 255) = 3.58%
R=53.05%
G=43.37%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481211000.180.930.4248.2687.3430.98
Hex9479A0125D2A30571f
Octal22417112022135526012737
Binary10010100111100110100100101011101101010110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94790A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94790A; }

 p { color: rgb(148,121,10); }

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

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

 a { background-color: rgb(148,121,10); }

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

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

 span { border-color: rgb(148,121,10); }

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