#928310

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

Shades of Hacienda #928310

Tints of Hacienda #928310

Color information

#928310 (or 0x928310) is unknown color: approx Hacienda. HEX triplet: 92, 83 and 10. RGB value is (146,131,16). Sum of RGB (Red+Green+Blue) = 146+131+16=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #928310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928310 is #6D7CEF. Grayscale: #7A7A7A. Windows color (decimal): -7175408 or 1082258. OLE color: 1082258.

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

Color convert

RGB14613116-
CMYK00.100.890.43
HSL53.08º80.25%31.76%-
HSV(B)53.08º89.04%57.25%-
XYZ20.0622.383.75-
YUV122.3767.97144.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 16 (6.64% from 255) = 5.46%
R=49.83%
G=44.71%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461311600.100.890.4353.0880.2531.76
Hex9283100A592B355020
Octal22220320012131536512040
Binary1001001010000011100000101010110011010111101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928310; }

 p { color: rgb(146,131,16); }

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

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

 a { background-color: rgb(146,131,16); }

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

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

 span { border-color: rgb(146,131,16); }

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