#927C0E

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

Shades of Hacienda #927C0E

Tints of Hacienda #927C0E

Color information

#927C0E (or 0x927C0E) is unknown color: approx Hacienda. HEX triplet: 92, 7C and 0E. RGB value is (146,124,14). Sum of RGB (Red+Green+Blue) = 146+124+14=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #927C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927C0E is #6D83F1. Grayscale: #767676. Windows color (decimal): -7177202 or 949394. OLE color: 949394.

HSL color Cylindrical-coordinate representation of color #927C0E: hue angle of 50º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #927C0E is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB14612414-
CMYK00.150.900.43
HSL50º82.5%31.37%-
HSV(B)50º90.41%57.25%-
XYZ19.1420.563.37-
YUV118.0469.29147.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 14 (5.86% from 255) = 4.93%
R=51.41%
G=43.66%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461241400.150.900.435082.531.37
Hex927CE0F5A2B32521f
Octal22217416017132536212237
Binary1001001011111001110011111011010101011110010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,124,14); }

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

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

 a { background-color: rgb(146,124,14); }

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

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

 span { border-color: rgb(146,124,14); }

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