#927E10

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

Shades of Hacienda #927E10

Tints of Hacienda #927E10

Color information

#927E10 (or 0x927E10) is unknown color: approx Hacienda. HEX triplet: 92, 7E and 10. RGB value is (146,126,16). Sum of RGB (Red+Green+Blue) = 146+126+16=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #927E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927E10 is #6D81EF. Grayscale: #777777. Windows color (decimal): -7176688 or 1080978. OLE color: 1080978.

HSL color Cylindrical-coordinate representation of color #927E10: hue angle of 50.77º 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 #927E10 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB14612616-
CMYK00.140.890.43
HSL50.77º80.25%31.76%-
HSV(B)50.77º89.04%57.25%-
XYZ19.4121.073.53-
YUV119.4469.63146.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 126 (49.61% from 255) = 43.75%
BLUE value IS 16 (6.64% from 255) = 5.56%
R=50.69%
G=43.75%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461261600.140.890.4350.7780.2531.76
Hex927E100E592B335020
Octal22217620016131536312040
Binary100100101111110100000111010110011010111100111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927E10; }

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

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

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

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

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

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

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

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