#948510

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

Shades of Hacienda #948510

Tints of Hacienda #948510

Color information

#948510 (or 0x948510) is unknown color: approx Hacienda. HEX triplet: 94, 85 and 10. RGB value is (148,133,16). Sum of RGB (Red+Green+Blue) = 148+133+16=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #948510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948510 is #6B7AEF. Grayscale: #7C7C7C. Windows color (decimal): -7043824 or 1082772. OLE color: 1082772.

HSL color Cylindrical-coordinate representation of color #948510: hue angle of 53.18º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #948510 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB14813316-
CMYK00.100.890.42
HSL53.18º80.49%32.16%-
HSV(B)53.18º89.19%58.04%-
XYZ20.6923.113.86-
YUV124.1566.97145.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 16 (6.64% from 255) = 5.39%
R=49.83%
G=44.78%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481331600.100.890.4253.1880.4932.16
Hex9485100A592A355020
Octal22420520012131526512040
Binary1001010010000101100000101010110011010101101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948510; }

 p { color: rgb(148,133,16); }

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

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

 a { background-color: rgb(148,133,16); }

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

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

 span { border-color: rgb(148,133,16); }

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