#94780A

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

Shades of Hacienda #94780A

Tints of Hacienda #94780A

Color information

#94780A (or 0x94780A) is unknown color: approx Hacienda. HEX triplet: 94, 78 and 0A. RGB value is (148,120,10). Sum of RGB (Red+Green+Blue) = 148+120+10=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94780A is #6B87F5. Grayscale: #747474. Windows color (decimal): -7047158 or 686228. OLE color: 686228.

HSL color Cylindrical-coordinate representation of color #94780A: hue angle of 47.83º 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 #94780A is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14812010-
CMYK00.190.930.42
HSL47.83º87.34%30.98%-
HSV(B)47.83º93.24%58.04%-
XYZ18.9819.753.1-
YUV115.8368.28150.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.24%
GREEN value IS 120 (47.27% from 255) = 43.17%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=53.24%
G=43.17%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481201000.190.930.4247.8387.3430.98
Hex9478A0135D2A30571f
Octal22417012023135526012737
Binary10010100111100010100100111011101101010110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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