#94761F

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

Shades of Hacienda #94761F

Tints of Hacienda #94761F

Color information

#94761F (or 0x94761F) is unknown color: approx Hacienda. HEX triplet: 94, 76 and 1F. RGB value is (148,118,31). Sum of RGB (Red+Green+Blue) = 148+118+31=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94761F is #6B89E0. Grayscale: #757575. Windows color (decimal): -7047649 or 2061972. OLE color: 2061972.

HSL color Cylindrical-coordinate representation of color #94761F: hue angle of 44.62º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94761F is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14811831-
CMYK00.200.790.42
HSL44.62º65.36%35.1%-
HSV(B)44.62º79.05%58.04%-
XYZ18.9419.354.03-
YUV117.0579.44150.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=49.83%
G=39.73%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481183100.200.790.4244.6265.3635.1
Hex94761F0144F2A2d4123
Octal22416637024117525510143
Binary1001010011101101111101010010011111010101011011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,118,31); }

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

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

 a { background-color: rgb(148,118,31); }

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

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

 span { border-color: rgb(148,118,31); }

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