#94770D

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

Shades of Hacienda #94770D

Tints of Hacienda #94770D

Color information

#94770D (or 0x94770D) is unknown color: approx Hacienda. HEX triplet: 94, 77 and 0D. RGB value is (148,119,13). Sum of RGB (Red+Green+Blue) = 148+119+13=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #94770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94770D is #6B88F2. Grayscale: #747474. Windows color (decimal): -7047411 or 882580. OLE color: 882580.

HSL color Cylindrical-coordinate representation of color #94770D: hue angle of 47.11º degrees, saturation: 0.84, 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 #94770D is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14811913-
CMYK00.200.910.42
HSL47.11º83.85%31.57%-
HSV(B)47.11º91.22%58.04%-
XYZ18.8819.523.15-
YUV115.5970.11151.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.86%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 13 (5.47% from 255) = 4.64%
R=52.86%
G=42.5%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481191300.200.910.4247.1183.8531.57
Hex9477D0145B2A2f5420
Octal22416715024133525712440
Binary100101001110111110101010010110111010101011111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94770D; }

 p { color: rgb(148,119,13); }

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

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

 a { background-color: rgb(148,119,13); }

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

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

 span { border-color: rgb(148,119,13); }

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