#94800E

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

Shades of Hacienda #94800E

Tints of Hacienda #94800E

Color information

#94800E (or 0x94800E) is unknown color: approx Hacienda. HEX triplet: 94, 80 and 0E. RGB value is (148,128,14). Sum of RGB (Red+Green+Blue) = 148+128+14=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94800E is #6B7FF1. Grayscale: #797979. Windows color (decimal): -7045106 or 950420. OLE color: 950420.

HSL color Cylindrical-coordinate representation of color #94800E: hue angle of 51.04º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94800E is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14812814-
CMYK00.140.910.42
HSL51.04º82.72%31.76%-
HSV(B)51.04º90.54%58.04%-
XYZ20.0121.773.56-
YUV120.9867.63147.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 14 (5.86% from 255) = 4.83%
R=51.03%
G=44.14%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481281400.140.910.4251.0482.7231.76
Hex9480E0E5B2A335320
Octal22420016016133526312340
Binary100101001000000011100111010110111010101100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94800E; }

 p { color: rgb(148,128,14); }

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

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

 a { background-color: rgb(148,128,14); }

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

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

 span { border-color: rgb(148,128,14); }

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